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__
|
|
__wroteToArchive = None
hash(x)
|
|
__loadedFromArchive = None
hash(x)
|
|
__isActive = None
hash(x)
|
|
__isImportAugmentable = False
|
|
__moduleRecordMap = None
hash(x)
|
|
_NamespaceArchivable_mixin__isActive = None
hash(x)
|
|
_NamespaceArchivable_mixin__isImportAugmentable = False
|
|
_NamespaceArchivable_mixin__loadedFromArchive = None
hash(x)
|
|
_NamespaceArchivable_mixin__moduleRecordMap = None
hash(x)
|
|
_NamespaceArchivable_mixin__wroteToArchive = None
hash(x)
|