| Home | Trees | Index | Help |
|---|
| Package pyre :: Package weaver :: Module Weaver :: Class Weaver |
|
object--+ |Configurable--+ |Component--+ | Weaver
| Method Summary | |
|---|---|
__init__(self,
name)
| |
begin(self)
| |
contents(self,
body)
| |
document(self)
| |
end(self)
| |
languages(self)
| |
render(self,
document)
| |
| Inherited from Component | |
optionally perform a custom finalization step and finalize my subcomponents | |
initialize my subcomponents and optionally perform a custom initialization step | |
| Inherited from Configurable | |
return a list of all the components in my inventory | |
initialize and configure my inventory | |
individual component configuration for the late comers | |
guide my subcomponents through the configuration process | |
set the values of all the properties and facilities in my inventory | |
return a list of all the facility objects in my inventory | |
place the current configuration of my inventory in the given registry | |
return a list of all the property objects in my inventory | |
attach a persistent store manager to my inventory | |
update my configuration using settings from the given registry | |
| 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 | |
|---|---|
language | |
renderer | |
| Inherited from Component | |
facility: my facility name | |
| Inherited from Configurable | |
name: get my name | |
| Class Variable Summary | |
|---|---|
Notary |
Inventory = pyre.weaver.Weaver.Inventory |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Tue May 4 16:58:12 2004 | http://epydoc.sf.net |