| Home | Trees | Index | Help |
|---|
| Package pybaz :: Class NamespaceObject |
|
object --+
|
NamespaceObject
ArchiveItem,
RevisionIterableBase class for all archive objects.
| Method Summary | |
|---|---|
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. | |
Deprecated Fully qualified name of this namespace object. | |
| 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 | |
|---|---|
fullname: Fully qualfied name of this namespace object. | |
| Method Details |
|---|
__eq__(self,
x)
|
__ne__(self, x)Compare types and fully-qualified names. :return: whether objects have different types or names. :rtype: bool |
__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
`errors.ArchiveNotRegistered`.
:return: whether this namespace object exists.
:rtype: bool
:raise errors.ArchiveNotRegistered: the archive name is not registered,
so existence cannot be decided.
:raise errors.ExecProblem: there was a problem accessing the archive.
|
get_fullname(self)Deprecated Fully qualified name of this namespace object. :rtype: str :see: `NamespaceObject.fullname` |
| Property Details |
|---|
fullnameFully qualfied name of this namespace object. :type: str
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Tue Jul 18 16:30:57 2006 | http://epydoc.sf.net |