Home | Trees | Index | Help |
---|
Package pybaz :: Class NamespaceObject |
|
object
--+
|
NamespaceObject
ArchiveItem
,
RevisionIterable
Base class for all archive objects.
Method Summary | |
---|---|
bool |
Compare types and fully-qualified names. |
bool |
Compare types and fully-qualified names. |
str |
Fully-qualified name in angle brackets. |
str |
Fully-qualified name. |
bool |
Does this namespace exists? |
str |
Deprecated |
Inherited from object | |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature | |
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 | |
---|---|
str |
fullname : Fully qualfied name of this namespace object. |
Method Details |
---|
__eq__(self,
x)
|
__ne__(self, x)Compare types and fully-qualified names.
|
__repr__(self)
|
__str__(self)
|
exists(self)Does this namespace exists? Within the Arch model, history cannot be changed: created archive
entries cannot be deleted. However, it is possible to unregister an
archive, or to find references to archives whose location is not known.
Thus, existence cannot always be decided. Testing for the existence of
a name in a non-registered archive raises
|
get_fullname(self)Deprecated Fully qualified name of this namespace object.
|
Property Details |
---|
fullnameFully qualfied name of this namespace object.
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Fri Jul 7 17:05:32 2006 | http://epydoc.sf.net |