SYMBOL INDEX (465 symbols across 37 files) FILE: h5serv/app.py function to_bytes (line 49) | def to_bytes(a_string): function to_str (line 55) | def to_str(a_string): class DefaultHandler (line 61) | class DefaultHandler(RequestHandler): method put (line 62) | def put(self): method get (line 69) | def get(self): method post (line 76) | def post(self): method delete (line 83) | def delete(self): class BaseHandler (line 91) | class BaseHandler(tornado.web.RequestHandler): method set_default_headers (line 96) | def set_default_headers(self): method options (line 104) | def options(self): method get_current_user (line 112) | def get_current_user(self): method verifyAcl (line 142) | def verifyAcl(self, acl, action): method baseHandler (line 162) | def baseHandler(self, checkExists=True): method getExternalHref (line 207) | def getExternalHref(self, domain, h5path=None): method getHref (line 239) | def getHref(self, uri, query=None): method setDefaultAcl (line 257) | def setDefaultAcl(self): method getFilePath (line 288) | def getFilePath(self, domain, checkExists=True): method convertExternalPath (line 333) | def convertExternalPath(self, path_name): method isWritable (line 390) | def isWritable(self, filePath): method isTocFilePath (line 395) | def isTocFilePath(self, filePath): method nameDecode (line 404) | def nameDecode(self, name): method nameEncode (line 411) | def nameEncode(self, name): method getRequestId (line 438) | def getRequestId(self): method getAcceptType (line 484) | def getAcceptType(self): class LinkCollectionHandler (line 493) | class LinkCollectionHandler(BaseHandler): method get (line 494) | def get(self): class LinkHandler (line 574) | class LinkHandler(BaseHandler): method getName (line 575) | def getName(self, uri): method get (line 607) | def get(self): method put (line 675) | def put(self): method delete (line 779) | def delete(self): class AclHandler (line 818) | class AclHandler(BaseHandler): method getRequestCollectionName (line 819) | def getRequestCollectionName(self): method getName (line 849) | def getName(self): method convertUserIdToUserName (line 880) | def convertUserIdToUserName(self, acl_in): method get (line 910) | def get(self): method put (line 1001) | def put(self): class TypeHandler (line 1091) | class TypeHandler(BaseHandler): method get (line 1092) | def get(self): method delete (line 1140) | def delete(self): class DatatypeHandler (line 1171) | class DatatypeHandler(BaseHandler): method get (line 1172) | def get(self): class ShapeHandler (line 1208) | class ShapeHandler(BaseHandler): method get (line 1210) | def get(self): method put (line 1246) | def put(self): class DatasetHandler (line 1316) | class DatasetHandler(BaseHandler): method getDatasetNumElements (line 1318) | def getDatasetNumElements(self, shape_item): method getPreviewQuery (line 1336) | def getPreviewQuery(self, shape_item): method get (line 1376) | def get(self): method delete (line 1440) | def delete(self): class ValueHandler (line 1475) | class ValueHandler(BaseHandler): method getSliceQueryParam (line 1477) | def getSliceQueryParam(self, dim, extent): method getHyperslabSelection (line 1568) | def getHyperslabSelection(self, dsetshape, start, stop, step): method get (line 1635) | def get(self): method post (line 1780) | def post(self): method put (line 1869) | def put(self): class AttributeHandler (line 1987) | class AttributeHandler(BaseHandler): method convertToTuple (line 1990) | def convertToTuple(self, data): method getRequestName (line 1999) | def getRequestName(self): method getRequestCollectionName (line 2023) | def getRequestCollectionName(self): method get (line 2044) | def get(self): method put (line 2134) | def put(self): method delete (line 2243) | def delete(self): class GroupHandler (line 2290) | class GroupHandler(BaseHandler): method get (line 2292) | def get(self): method delete (line 2373) | def delete(self): class GroupCollectionHandler (line 2403) | class GroupCollectionHandler(BaseHandler): method get (line 2405) | def get(self): method post (line 2450) | def post(self): class DatasetCollectionHandler (line 2548) | class DatasetCollectionHandler(BaseHandler): method get (line 2550) | def get(self): method post (line 2593) | def post(self): class TypeCollectionHandler (line 2761) | class TypeCollectionHandler(BaseHandler): method get (line 2762) | def get(self): method post (line 2807) | def post(self): class RootHandler (line 2904) | class RootHandler(BaseHandler): method getRootResponse (line 2906) | def getRootResponse(self, filePath): method get (line 2943) | def get(self): method put (line 2965) | def put(self): method delete (line 3024) | def delete(self): class InfoHandler (line 3073) | class InfoHandler(RequestHandler): method get (line 3075) | def get(self): function sig_handler (line 3114) | def sig_handler(sig, frame): function shutdown (line 3120) | def shutdown(): function make_app (line 3143) | def make_app(): function updateToc (line 3208) | def updateToc(filepath): function periodicCallback (line 3238) | def periodicCallback(): function main (line 3249) | def main(): FILE: h5serv/authFile.py class AuthClient (line 29) | class AuthClient(object): method __init__ (line 31) | def __init__(self, filepath): method getUserInfo (line 44) | def getUserInfo(self, user_name): method getUserId (line 98) | def getUserId(self, user_name): method getUserName (line 110) | def getUserName(self, userid): method validateUserPassword (line 154) | def validateUserPassword(self, user_name, password): FILE: h5serv/authMongo.py class AuthClient (line 31) | class AuthClient(object): method __init__ (line 33) | def __init__(self, mongouri): method getUserInfo (line 48) | def getUserInfo(self, user_name): method getUserId (line 95) | def getUserId(self, user_name): method getUserName (line 107) | def getUserName(self, userid): method validateUserPassword (line 143) | def validateUserPassword(self, user_name, password): FILE: h5serv/config.py function get (line 43) | def get(x): function update (line 67) | def update(d): FILE: h5serv/fileUtil.py function getFileModCreateTimes (line 27) | def getFileModCreateTimes(filePath): function isIPAddress (line 32) | def isIPAddress(s): function posixpath (line 56) | def posixpath(filepath): function join (line 67) | def join(path, paths): function getFilePath (line 74) | def getFilePath(host_value, auth=None): function getTocFilePathForDomain (line 143) | def getTocFilePathForDomain(host_value, auth=None): function getUserFilePath (line 209) | def getUserFilePath(file_path): function getDomain (line 225) | def getDomain(file_path, base_domain=None): function verifyFile (line 264) | def verifyFile(filePath, writable=False): function isFile (line 279) | def isFile(filePath): function makeDirs (line 291) | def makeDirs(filePath): FILE: h5serv/h5watchdog.py class H5EventHandler (line 9) | class H5EventHandler(FileSystemEventHandler): method __init__ (line 12) | def __init__(self, event_queue): method on_moved (line 16) | def on_moved(self, event): method on_created (line 23) | def on_created(self, event): method on_deleted (line 33) | def on_deleted(self, event): method on_modified (line 41) | def on_modified(self, event): function h5observe (line 51) | def h5observe(data_path, event_queue): FILE: h5serv/httpErrorUtil.py function errNoToHttpStatus (line 4) | def errNoToHttpStatus(error_code): FILE: h5serv/passwordUtil.py function to_string (line 28) | def to_string(data): function to_bytes (line 37) | def to_bytes(data): function encrypt_pwd (line 46) | def encrypt_pwd(passwd): function getAuthClient (line 54) | def getAuthClient(): FILE: h5serv/timeUtil.py function unixTimeToUTC (line 5) | def unixTimeToUTC(timestamp): FILE: h5serv/tocUtil.py function getTocFilePath (line 29) | def getTocFilePath(user=None): function isTocFilePath (line 42) | def isTocFilePath(filePath): function getSubgroupId (line 56) | def getSubgroupId(db, group_uuid, link_name): function addTocEntry (line 75) | def addTocEntry(domain, filePath, userid=None): function removeTocEntry (line 132) | def removeTocEntry(domain, filePath, userid=None): function createTocFile (line 174) | def createTocFile(datapath): FILE: test/aws/roottest.py class RootTest (line 18) | class RootTest(unittest.TestCase): method __init__ (line 19) | def __init__(self, *args, **kwargs): method testGetInfo (line 24) | def testGetInfo(self): method testGetDomain (line 33) | def testGetDomain(self): FILE: test/integ/acltest.py class AclTest (line 26) | class AclTest(unittest.TestCase): method __init__ (line 27) | def __init__(self, *args, **kwargs): method getHeaders (line 35) | def getHeaders(self, user=None): method getUUIDByPath (line 43) | def getUUIDByPath(self, path): method setupAcls (line 51) | def setupAcls(self): method testGetDomainDefaultAcls (line 88) | def testGetDomainDefaultAcls(self): method testGetDomainAcls (line 98) | def testGetDomainAcls(self): method testPutDomain (line 140) | def testPutDomain(self): method testAttributes (line 153) | def testAttributes(self): method testDataset (line 200) | def testDataset(self): method testValue (line 260) | def testValue(self): method testDatatypes (line 309) | def testDatatypes(self): method testGroups (line 368) | def testGroups(self): method testRoot (line 466) | def testRoot(self): FILE: test/integ/attributetest.py class AttributeTest (line 18) | class AttributeTest(unittest.TestCase): method __init__ (line 19) | def __init__(self, *args, **kwargs): method testGetGroupAttr (line 23) | def testGetGroupAttr(self): method testGetDatasetAttr (line 51) | def testGetDatasetAttr(self): method testGetAll (line 100) | def testGetAll(self): method testGetBatch (line 116) | def testGetBatch(self): method testGetNullSpace (line 142) | def testGetNullSpace(self): method testGetCompound (line 163) | def testGetCompound(self): method testGetCompoundArray (line 204) | def testGetCompoundArray(self): method testGetCommitted (line 236) | def testGetCommitted(self): method testGetArray (line 253) | def testGetArray(self): method testGetBool (line 285) | def testGetBool(self): method testGetVLenString (line 310) | def testGetVLenString(self): method testGetFixedString (line 337) | def testGetFixedString(self): method testGetEnum (line 365) | def testGetEnum(self): method testGetVlen (line 398) | def testGetVlen(self): method testGetOpaque (line 424) | def testGetOpaque(self): method testGetObjectReference (line 444) | def testGetObjectReference(self): method testGetRegionReference (line 469) | def testGetRegionReference(self): method testGetScalar (line 517) | def testGetScalar(self): method testGetScalarString (line 535) | def testGetScalarString(self): method testGetDimensionScale (line 555) | def testGetDimensionScale(self): method testPut (line 612) | def testPut(self): method testPutScalar (line 642) | def testPutScalar(self): method testPutList (line 661) | def testPutList(self): method testPutFixedString (line 685) | def testPutFixedString(self): method testPutVariableString (line 703) | def testPutVariableString(self): method testPutNullSpace (line 721) | def testPutNullSpace(self): method testPutObjReference (line 741) | def testPutObjReference(self): method testPutRegionReference (line 760) | def testPutRegionReference(self): method testPutCompound (line 800) | def testPutCompound(self): method testPutCommittedType (line 842) | def testPutCommittedType(self): method testPutDimensionScale (line 877) | def testPutDimensionScale(self): method testPutInvalid (line 906) | def testPutInvalid(self): method testDelete (line 917) | def testDelete(self): method testGetInvalidName (line 927) | def testGetInvalidName(self): FILE: test/integ/datasettest.py class DatasetTest (line 18) | class DatasetTest(unittest.TestCase): method __init__ (line 19) | def __init__(self, *args, **kwargs): method testGet (line 23) | def testGet(self): method testGetResizable (line 46) | def testGetResizable(self): method testGetScalar (line 110) | def testGetScalar(self): method testGetScalarString (line 128) | def testGetScalarString(self): method testGetSimpleOneElement (line 145) | def testGetSimpleOneElement(self): method testGetSimpleOneElementString (line 163) | def testGetSimpleOneElementString(self): method testGetNullSpace (line 181) | def testGetNullSpace(self): method testGetCompound (line 199) | def testGetCompound(self): method testGetCompoundArray (line 232) | def testGetCompoundArray(self): method testGetCompoundCommitted (line 263) | def testGetCompoundCommitted(self): method testGetCompoundArray (line 296) | def testGetCompoundArray(self): method testGetCommitted (line 349) | def testGetCommitted(self): method testGetArray (line 368) | def testGetArray(self): method testGetFixedString (line 394) | def testGetFixedString(self): method testGetEnum (line 415) | def testGetEnum(self): method testGetBool (line 444) | def testGetBool(self): method testGetVlen (line 471) | def testGetVlen(self): method testGetOpaque (line 492) | def testGetOpaque(self): method testGetObjReference (line 511) | def testGetObjReference(self): method testGetNullObjReference (line 529) | def testGetNullObjReference(self): method testGetRegionReference (line 547) | def testGetRegionReference(self): method testGetFillValueProp (line 565) | def testGetFillValueProp(self): method testGetCreationProps (line 579) | def testGetCreationProps(self): method testGetFilters (line 700) | def testGetFilters(self): method testPost (line 746) | def testPost(self): method testPostScalar (line 782) | def testPostScalar(self): method testPostNullSpace (line 821) | def testPostNullSpace(self): method testPostZeroDim (line 856) | def testPostZeroDim(self): method testPostTypes (line 892) | def testPostTypes(self): method testPostCompoundType (line 941) | def testPostCompoundType(self): method testPostCompoundArrayVLenStringType (line 969) | def testPostCompoundArrayVLenStringType(self): method testPostCompoundFillValue (line 1001) | def testPostCompoundFillValue(self): method testPostCompoundArray (line 1030) | def testPostCompoundArray(self): method testPostCommittedType (line 1061) | def testPostCommittedType(self): method testPostObjReference (line 1114) | def testPostObjReference(self): method testPostArray (line 1140) | def testPostArray(self): method testPostResizable (line 1166) | def testPostResizable(self): method testPostInvalidType (line 1225) | def testPostInvalidType(self): method testPostInvalidShape (line 1234) | def testPostInvalidShape(self): method testPostNoBody (line 1243) | def testPostNoBody(self): method testPostWithLink (line 1251) | def testPostWithLink(self): method testPostCreationProps (line 1273) | def testPostCreationProps(self): method testInvalidCreationProps (line 1321) | def testInvalidCreationProps(self): method testPostDeflateFilter (line 1337) | def testPostDeflateFilter(self): method testPostLZFFilter (line 1390) | def testPostLZFFilter(self): method testPostSZIPFilter (line 1443) | def testPostSZIPFilter(self): method testDelete (line 1503) | def testDelete(self): method testDeleteRootChild (line 1524) | def testDeleteRootChild(self): method testDeleteAnonymous (line 1547) | def testDeleteAnonymous(self): method testDeleteBadUUID (line 1581) | def testDeleteBadUUID(self): method testGetCollection (line 1588) | def testGetCollection(self): method testGetCollectionBatch (line 1602) | def testGetCollectionBatch(self): FILE: test/integ/datasettypetest.py class DatasetTypeTest (line 18) | class DatasetTypeTest(unittest.TestCase): method __init__ (line 19) | def __init__(self, *args, **kwargs): method testGet (line 23) | def testGet(self): method testGetScalar (line 39) | def testGetScalar(self): method testGetCompound (line 53) | def testGetCompound(self): FILE: test/integ/datatypetest.py class DatatypeTest (line 18) | class DatatypeTest(unittest.TestCase): method __init__ (line 19) | def __init__(self, *args, **kwargs): method testGet (line 23) | def testGet(self): method testGetCompound (line 40) | def testGetCompound(self): method testPost (line 65) | def testPost(self): method testPostWithLink (line 89) | def testPostWithLink(self): method testPostTypes (line 114) | def testPostTypes(self): method testPostCompoundType (line 148) | def testPostCompoundType(self): method testPostInvalidType (line 209) | def testPostInvalidType(self): method testDelete (line 218) | def testDelete(self): method testGetCollection (line 235) | def testGetCollection(self): method testGetCollectionBatch (line 248) | def testGetCollectionBatch(self): FILE: test/integ/dirtest.py class DirTest (line 22) | class DirTest(unittest.TestCase): method __init__ (line 23) | def __init__(self, *args, **kwargs): method testGetToc (line 29) | def testGetToc(self): method testGetUserToc (line 148) | def testGetUserToc(self): method testPutUserDomain (line 197) | def testPutUserDomain(self): method testDeleteUserDomain (line 249) | def testDeleteUserDomain(self): method testNoHostHeader (line 295) | def testNoHostHeader(self): method testPutDomain (line 304) | def testPutDomain(self): method testWatchdog (line 359) | def testWatchdog(self): method testDeleteToc (line 412) | def testDeleteToc(self): method testPutToc (line 418) | def testPutToc(self): method testDeleteRoot (line 426) | def testDeleteRoot(self): method testPutLink (line 437) | def testPutLink(self): method testDeleteLink (line 454) | def testDeleteLink(self): FILE: test/integ/grouptest.py class GroupTest (line 18) | class GroupTest(unittest.TestCase): method __init__ (line 19) | def __init__(self, *args, **kwargs): method testGet (line 23) | def testGet(self): method testGetInvalidUUID (line 44) | def testGetInvalidUUID(self): method testGetWithHostQuery (line 58) | def testGetWithHostQuery(self): method testGetWithLinks (line 76) | def testGetWithLinks(self): method testPost (line 109) | def testPost(self): method testPostWithLink (line 127) | def testPostWithLink(self): method testBadPost (line 152) | def testBadPost(self): method testDelete (line 160) | def testDelete(self): method testDeleteAnonymous (line 177) | def testDeleteAnonymous(self): method testDeleteBadUUID (line 203) | def testDeleteBadUUID(self): method testDeleteRoot (line 210) | def testDeleteRoot(self): method testGetCollection (line 222) | def testGetCollection(self): method testGetCollectionBatch (line 236) | def testGetCollectionBatch(self): FILE: test/integ/helper.py function getEndpoint (line 27) | def getEndpoint(): function validateId (line 34) | def validateId(id): function getAuthString (line 46) | def getAuthString(user, password): function getRootUUID (line 57) | def getRootUUID(domain, user=None, password=None): function getUUID (line 73) | def getUUID(domain, parentUuid, name): function getUUIDByPath (line 92) | def getUUIDByPath(domain, path, user=None, password=None): function createGroup (line 139) | def createGroup(domain): function linkObject (line 154) | def linkObject(domain, objUuid, name, parentUuid=None): function readDataset (line 170) | def readDataset(domain, dsetUuid): function nameEncode (line 184) | def nameEncode(name): FILE: test/integ/linktest.py class LinkTest (line 19) | class LinkTest(unittest.TestCase): method __init__ (line 20) | def __init__(self, *args, **kwargs): method testGetHard (line 24) | def testGetHard(self): method testGetMising (line 44) | def testGetMising(self): method testGetSoft (line 56) | def testGetSoft(self): method testGetExternal (line 78) | def testGetExternal(self): method testGetExternalLinkDomain (line 102) | def testGetExternalLinkDomain(self): method testGetUDLink (line 163) | def testGetUDLink(self): method testGetLinks (line 180) | def testGetLinks(self): method testGetBatch (line 201) | def testGetBatch(self): method testGetBadParam (line 269) | def testGetBadParam(self): method testPut (line 280) | def testPut(self): method testPutNameWithSpaces (line 305) | def testPutNameWithSpaces(self): method testPutBadReqId (line 328) | def testPutBadReqId(self): method testPutBadLinkId (line 340) | def testPutBadLinkId(self): method testPutNoName (line 353) | def testPutNoName(self): method testPutBadName (line 364) | def testPutBadName(self): method testPutSoftLink (line 376) | def testPutSoftLink(self): method testPutExternalLink (line 398) | def testPutExternalLink(self): method testPutExternalMissingPath (line 427) | def testPutExternalMissingPath(self): method testDelete (line 445) | def testDelete(self): FILE: test/integ/roottest.py class RootTest (line 19) | class RootTest(unittest.TestCase): method __init__ (line 20) | def __init__(self, *args, **kwargs): method testGetInfo (line 24) | def testGetInfo(self): method testGetDomain (line 33) | def testGetDomain(self): method testGetReadOnly (line 53) | def testGetReadOnly(self): method testGetToc (line 62) | def testGetToc(self): method testGetNotFound (line 74) | def testGetNotFound(self): method testWrongTopLevelDomain (line 81) | def testWrongTopLevelDomain(self): method testInvalidDomain (line 88) | def testInvalidDomain(self): method testDomainWithSpaces (line 127) | def testDomainWithSpaces(self): method testGetSubdomain (line 135) | def testGetSubdomain(self): method testPutSubdomain (line 143) | def testPutSubdomain(self): method testPutSubSubdomain (line 151) | def testPutSubSubdomain(self): method testDelete (line 161) | def testDelete(self): method testDeleteReadonly (line 169) | def testDeleteReadonly(self): method testDeleteNotFound (line 177) | def testDeleteNotFound(self): method testDeleteSubSubdomain (line 184) | def testDeleteSubSubdomain(self): method testPut (line 191) | def testPut(self): method testGetDomainWithDot (line 205) | def testGetDomainWithDot(self): method testPutNameWithDot (line 225) | def testPutNameWithDot(self): FILE: test/integ/setupdata.py function addTestAccount (line 103) | def addTestAccount(user_id): function addTestAccounts (line 146) | def addTestAccounts(): function makeGroup1k (line 155) | def makeGroup1k(): function makeAttr1k (line 169) | def makeAttr1k(): function makeType1k (line 183) | def makeType1k(): function makeDataset1k (line 196) | def makeDataset1k(): function makeExternalLinks (line 210) | def makeExternalLinks(): function removeFilesFromDir (line 233) | def removeFilesFromDir(dir_name): FILE: test/integ/shapetest.py class ShapeTest (line 18) | class ShapeTest(unittest.TestCase): method __init__ (line 19) | def __init__(self, *args, **kwargs): method testGet (line 23) | def testGet(self): method testGetResizable (line 40) | def testGetResizable(self): method testPutResizable (line 95) | def testPutResizable(self): method testPutInvalidShape (line 198) | def testPutInvalidShape(self): FILE: test/integ/spidertest.py class SpiderTest (line 18) | class SpiderTest(unittest.TestCase): method __init__ (line 19) | def __init__(self, *args, **kwargs): method validateHrefs (line 26) | def validateHrefs(self, href): method testHateoas (line 62) | def testHateoas(self): FILE: test/integ/valuetest.py class ValueTest (line 22) | class ValueTest(unittest.TestCase): method __init__ (line 23) | def __init__(self, *args, **kwargs): method compareWord32 (line 31) | def compareWord32(self, value, offset, expected): method testGet (line 44) | def testGet(self): method testGetBinary (line 104) | def testGetBinary(self): method testGetSelection (line 170) | def testGetSelection(self): method testGetSelectionBinary (line 251) | def testGetSelectionBinary(self): method testGetSelectionBadQuery (line 345) | def testGetSelectionBadQuery(self): method testGetScalar (line 385) | def testGetScalar(self): method testGetNullSpace (line 399) | def testGetNullSpace(self): method testGetScalarString (line 414) | def testGetScalarString(self): method testGetScalarStringBinary (line 428) | def testGetScalarStringBinary(self): method testGetSimpleOneElement (line 444) | def testGetSimpleOneElement(self): method testGetSimpleOneElementString (line 458) | def testGetSimpleOneElementString(self): method testGetCompound (line 472) | def testGetCompound(self): method testGetCompoundBinary (line 502) | def testGetCompoundBinary(self): method testGetCommitted (line 532) | def testGetCommitted(self): method testGetArray (line 546) | def testGetArray(self): method testGetVLenString (line 563) | def testGetVLenString(self): method testGetFixedString (line 580) | def testGetFixedString(self): method testGetFixedStringBinary (line 599) | def testGetFixedStringBinary(self): method testGetEnum (line 613) | def testGetEnum(self): method testGetVlen (line 628) | def testGetVlen(self): method testGetOpaque (line 644) | def testGetOpaque(self): method testGetObjectReference (line 655) | def testGetObjectReference(self): method testGetNullObjReference (line 674) | def testGetNullObjReference(self): method testGetRegionReference (line 689) | def testGetRegionReference(self): method testGetFillValue (line 727) | def testGetFillValue(self): method testQuery (line 764) | def testQuery(self): method testQueries (line 804) | def testQueries(self): method testQuerySelection (line 833) | def testQuerySelection(self): method testQueryBatch (line 856) | def testQueryBatch(self): method testBadQuery (line 891) | def testBadQuery(self): method testPost (line 908) | def testPost(self): method testPut (line 948) | def testPut(self): method testPutBinary (line 1062) | def testPutBinary(self): method testPutSelection (line 1161) | def testPutSelection(self): method testPutSelectionValueMismatch (line 1201) | def testPutSelectionValueMismatch(self): method testPutSelectionBinaryValueMismatch (line 1246) | def testPutSelectionBinaryValueMismatch(self): method testPutSelectionBinary (line 1307) | def testPutSelectionBinary(self): method testPutPointSelection (line 1353) | def testPutPointSelection(self): method testPutPointSelectionBinary (line 1388) | def testPutPointSelectionBinary(self): method testPutCompound (line 1429) | def testPutCompound(self): method testPutObjectReference (line 1543) | def testPutObjectReference(self): method testPutRegionReference (line 1562) | def testPutRegionReference(self): FILE: test/unit/fileUtilTest.py class FileUtilTest (line 20) | class FileUtilTest(unittest.TestCase): method __init__ (line 21) | def __init__(self, *args, **kwargs): method testPosixPath (line 25) | def testPosixPath(self): method testJoin (line 33) | def testJoin(self): method testDomaintoFilePath (line 42) | def testDomaintoFilePath(self): method testGetDomain (line 56) | def testGetDomain(self): FILE: test/unit/timeUtilTest.py class TimeUtilTest (line 19) | class TimeUtilTest(unittest.TestCase): method __init__ (line 20) | def __init__(self, *args, **kwargs): method testConvertUnixTimetoUTC (line 24) | def testConvertUnixTimetoUTC(self): FILE: util/admin/add_user.py function encrypt_pwd (line 13) | def encrypt_pwd(passwd): function print_time (line 18) | def print_time(timestamp): function generate_temp_password (line 22) | def generate_temp_password(length=6): function main (line 29) | def main(): FILE: util/admin/config.py function get (line 25) | def get(x): FILE: util/admin/getacl.py function printUsage (line 24) | def printUsage(): function getNextArg (line 40) | def getNextArg(argn): function main (line 46) | def main(): FILE: util/admin/import_file.py function makeDirs (line 16) | def makeDirs(filePath): function getUserId (line 32) | def getUserId(user_name, password_file): function getSubgroupId (line 58) | def getSubgroupId(db, group_uuid, link_name): function addTocEntry (line 78) | def addTocEntry(toc_file, domain, base_domain): function main (line 118) | def main(): FILE: util/admin/remove_db.py function main (line 8) | def main(): FILE: util/admin/setacl.py function printUsage (line 24) | def printUsage(): function getNextArg (line 41) | def getNextArg(argn): function main (line 48) | def main(): FILE: util/admin/update_pwd.py function encrypt_pwd (line 12) | def encrypt_pwd(passwd): function print_time (line 17) | def print_time(timestamp): function main (line 21) | def main(): FILE: util/dumpobjdb.py function dumpAttr (line 15) | def dumpAttr(col): function dumpCol (line 25) | def dumpCol(col): function dumpFile (line 37) | def dumpFile(filePath): function main (line 56) | def main(): FILE: util/exporth5.py class Dumph5 (line 31) | class Dumph5: method __init__ (line 32) | def __init__(self): method makeRequest (line 41) | def makeRequest(self, uri): method createLink (line 67) | def createLink(self, link_obj, parent_uuid): method createDataset (line 86) | def createDataset(self, uuid): method createDatasets (line 134) | def createDatasets(self): method createAttribute (line 142) | def createAttribute(self, attr_name, col_name, uuid): method createDatatype (line 166) | def createDatatype(self, uuid): method createDatatypes (line 175) | def createDatatypes(self): method createGroup (line 186) | def createGroup(self, uuid): method createGroups (line 195) | def createGroups(self): method createObjects (line 206) | def createObjects(self): method createAttributes (line 223) | def createAttributes(self): method createLinks (line 251) | def createLinks(self): method writeFile (line 259) | def writeFile(self, db): function printUsage (line 275) | def printUsage(): function main (line 288) | def main(): FILE: util/exportjson.py class DumpJson (line 21) | class DumpJson: method __init__ (line 22) | def __init__(self): method makeRequest (line 29) | def makeRequest(self, uri): method dumpAttribute (line 52) | def dumpAttribute(self, obj_uri): method dumpAttributes (line 62) | def dumpAttributes(self, uri, jsonOut): method dumpLinks (line 82) | def dumpLinks(self, uri, jsonOut): method dumpGroup (line 90) | def dumpGroup(self, uri, jsonOut): method dumpGroups (line 97) | def dumpGroups(self): method dumpDataset (line 110) | def dumpDataset(self, uri, jsonOut): method dumpDatasets (line 131) | def dumpDatasets(self): method dumpDatatype (line 143) | def dumpDatatype(self, uri, jsonOut): method dumpDatatypes (line 155) | def dumpDatatypes(self): method dumpDomain (line 168) | def dumpDomain(self): function printUsage (line 187) | def printUsage(): function main (line 205) | def main():