Home | Trees | Indices | Help |
---|
|
object --+ | NamespaceObject --+ | ArchiveItem
Base class for all archive components classes. ArchiveItem provides features common to all objects which are structural components of Archive.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Properties | |
archive Archive which contains this namespace object. |
|
fullname Fully qualfied name of this namespace object. |
|
nonarch Non-arch part of this namespace name. |
|
Inherited from |
Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Deprecated. Archive which contains this namespace object. :rtype: `Archive` :see: `ArchiveItem.archive` |
Deprecated Fully qualified name of this namespace object. :rtype: str :see: `NamespaceObject.fullname`
|
Deprecated. Non-arch part of this namespace name. :rtype: str :see: `ArchiveItem.nonarch` |
Property Details |
archiveArchive which contains this namespace object. :type: `Archive`
|
fullnameFully qualfied name of this namespace object. :type: str
|
nonarchNon-arch part of this namespace name. :type: str
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Wed Sep 5 09:53:13 2007 | http://epydoc.sourceforge.net |