Represent a file from which one or more namespaces can be read, or to
which they will be written.
|
|
|
archivePath(self)
Path to the file in which this namespace archive is stored. |
source code
|
|
|
generationUID(self)
The unique identifier for the generation that produced this archive. |
source code
|
|
|
|
|
|
|
|
|
|
|
__init__(self,
archive_path=None,
generation_uid=None,
loadable=True,
stage=None)
Create a new namespace archive. |
source code
|
|
|
add(self,
namespace)
Add the given namespace to the set that is to be stored in this
archive. |
source code
|
|
|
update(self,
namespace_set)
Add the given namespaces to the set that is to be stored in this
archive. |
source code
|
|
|
namespaces(self)
Set of namespaces that can be read from this archive. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
readNamespaces(self)
Read all the components from this archive, integrating them into
their respective namespaces. |
source code
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|
|
__PickleFormat = ' 200907190858 '
|
|
__AnonymousCategory = ' _anonymousTypeDefinition '
|
|
__PicklingArchive = None
hash(x)
|
|
__NamespaceArchives = None
A mapping from generation UID to NamespaceArchive instances.
|
|
__ArchivePattern_re = re.compile(r'\.wxs$')
|
|
__archivePath = None
hash(x)
|
|
__generationUID = None
hash(x)
|
|
__isLoadable = None
hash(x)
|
|
__moduleRecords = None
hash(x)
|
|
_STAGE_UNOPENED = 0
|
|
_STAGE_uid = 1
|
|
_STAGE_readModules = 2
|
|
_STAGE_validateModules = 3
|
|
_STAGE_readComponents = 4
|
|
_STAGE_COMPLETE = 4
|
|
__stage = None
hash(x)
|
|
__namespaces = None
hash(x)
|
|
__unpickler = None
hash(x)
|