Package pybaz :: Class ArchiveItem
[frames | no frames]

Type ArchiveItem

     object --+    
              |    
NamespaceObject --+
                  |
                 ArchiveItem

Known Subclasses:
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)
  get_archive(self)
Deprecated.
  get_fullname(self)
Deprecated Fully qualified name of this namespace object.
  get_nonarch(self)
Deprecated.
    Inherited from NamespaceObject
  __eq__(self, x)
Compare types and fully-qualified names.
  __ne__(self, x)
Compare types and fully-qualified names.
  __repr__(self)
Fully-qualified name in angle brackets.
  __str__(self)
Fully-qualified name.
  exists(self)
Does this namespace exists? Within the Arch model, history cannot be changed: created archive entries cannot be deleted.
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name...
  __getattribute__(...)
x.__getattribute__('name') <==> x.name...
  __hash__(x)
x.__hash__() <==> hash(x)...
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T...
  __reduce__(...)
helper for pickle...
  __reduce_ex__(...)
helper for pickle...
  __setattr__(...)
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`
Overrides:
pybaz.NamespaceObject.get_fullname (inherited documentation)

get_nonarch(self)

Deprecated.

Non-arch part of this namespace name.

:rtype: str
:see: `ArchiveItem.nonarch`

Property Details

archive

Archive which contains this namespace object.

:type: `Archive`

fullname

Fully qualfied name of this namespace object.

:type: str

nonarch

Non-arch part of this namespace name.

:type: str

Generated by Epydoc 2.1 on Tue Jul 18 16:30:57 2006 http://epydoc.sf.net