| Home | Trees | Index | Help |
|---|
| Package pyre :: Package ipa :: Module UserManager :: Class Inventory |
|
object--+ |Inventory--+ | Inventory
| Method Summary | |
|---|---|
| Inherited from Inventory | |
| |
return a list of my components | |
configure the given component | |
configure my components using options from my registry | |
configure my properties using options from my registry | |
return a list of my facility objects | |
finalize subcomponents | |
place the current inventory configuration in the given registry | |
initialize subcomponents | |
return a list of my property objects | |
look in the persistent store for an appropriate component to bind to a facility | |
| Inherited from object | |
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.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) | |
| Property Summary | |
|---|---|
| Inherited from Inventory | |
curator: my persistent store | |
registry: my configuration state | |
| Class Variable Summary | |
|---|---|
String |
passwd = <pyre.inventory.properties.String.String object...
|
| Class Variable Details |
|---|
passwd
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Tue May 4 16:58:13 2004 | http://epydoc.sf.net |