Home | Trees | Index | Help |
---|
Package pybaz :: Class ArchiveItem |
|
object
--+ |NamespaceObject
--+ | ArchiveItem
CategoryItem
,
Setupable
Base class for all archive components classes. ArchiveItem provides features common to all objects which are structural components of Archive.
Method Summary | |
---|---|
__init__(self,
archive,
nonarch)
| |
Deprecated. | |
Deprecated Fully qualified name of this namespace object. | |
Deprecated. | |
Inherited from NamespaceObject | |
Compare types and fully-qualified names. | |
Compare types and fully-qualified names. | |
Fully-qualified name in angle brackets. | |
Fully-qualified name. | |
Does this namespace exists? Within the Arch model, history cannot be changed: created archive entries cannot be deleted. | |
Inherited from object | |
x.__delattr__('name') <==> del x.name... | |
x.__getattribute__('name') <==> x.name... | |
x.__hash__() <==> hash(x)... | |
T.__new__(S, ...) -> a new object with type S, a subtype of T... | |
helper for pickle... | |
helper for pickle... | |
x.__setattr__('name', value) <==> x.name = value... |
Property Summary | |
---|---|
archive : Archive which contains this namespace object. | |
fullname : Fully qualfied name of this namespace object. | |
nonarch : Non-arch part of this namespace name. |
Method Details |
---|
get_archive(self)Deprecated. Archive which contains this namespace object. :rtype: `Archive` :see: `ArchiveItem.archive` |
get_fullname(self)Deprecated Fully qualified name of this namespace object. :rtype: str :see: `NamespaceObject.fullname`
|
get_nonarch(self)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 | Index | Help |
---|
Generated by Epydoc 2.1 on Thu Feb 2 14:21:53 2006 | http://epydoc.sf.net |