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

Class Setupable

source code

     object --+        
              |        
NamespaceObject --+    
                  |    
        ArchiveItem --+
                      |
                     Setupable
Known Subclasses:
Package, Category

Base class for container archive objects.



Instance Methods
 
setup(self)
Deprecated.

Inherited from ArchiveItem: __init__, get_archive, get_fullname, get_nonarch

Inherited from NamespaceObject: __eq__, __ne__, __repr__, __str__, exists

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__

Properties

Inherited from ArchiveItem: archive, fullname, nonarch

Inherited from object: __class__

Method Details

setup(self)

 
Deprecated.

PyBaz 1.1 and later do archive-setup implicitly.