| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
NamespaceObject
Base class for all archive objects.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Properties | |
|
fullname Fully qualfied name of this namespace object. |
|
|
Inherited from |
|
| Method Details |
Compare types and fully-qualified names. :return: wether objects have the same types and names. :rtype: bool |
Compare types and fully-qualified names. :return: whether objects have different types or names. :rtype: bool |
Fully-qualified name in angle brackets. :rtype: str
|
Fully-qualified name. Returns the value of the fullname attribute. :rtype: str
|
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.
|
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 | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Wed Sep 5 09:53:13 2007 | http://epydoc.sourceforge.net |