Encapsulate the operations and data relevant to archiving
namespaces.
|
|
|
|
|
|
|
|
|
__init__(self,
*args,
**kw)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
isLoadable(self)
Return True iff the component model for this namespace
can be loaded from a namespace archive. |
source code
|
|
|
loadableFrom(self)
Return the list of archives from which components for this namespace
can be loaded. |
source code
|
|
|
|
|
|
|
lookupModuleRecordByUID(self,
generation_uid,
create_if_missing=False,
*args,
**kw) |
source code
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|