| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
AbstractUruDirectory
|
|||
|
__init__(self,
basepath) Constructor |
||
bool
|
exists(self,
name=None) Check if directory with name exists. |
||
str
|
get(self,
name=None) Get complete path for name |
||
|
factory(self,
name) Factory - creates instances to handle subdirectories and files |
||
|
initializeFactories(self) Create instance attributes with factory instances |
||
|
Inherited from |
|||
|
|||
dict
|
_dirmapping = {}A mapping of name → subpath |
||
dict
|
_factories = {}A list of factories name → (callable, name tuples) _dirmapping
|
||
|
|||
|
Inherited from |
|||
|
|||
|
|
|
|
|
|
|||
_dirmappingA mapping of name → subpath
|
_factoriesA list of factories name → (callable, name tuples)_dirmapping
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0alpha3 on Sun Feb 4 17:00:20 2007 | http://epydoc.sourceforge.net |