| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
nevow.rend.DataFactory --+
|
object --+ |
| |
nevow.rend.RenderFactory --+
|
object --+ |
| |
nevow.rend.MacroFactory --+
|
object --+ |
| |
nevow.rend.ConfigurableMixin --+
|
nevow.rend.Fragment --+
|
nevow.rend.ConfigurableFactory --+
|
nevow.rend.FreeformChildMixin --+ |
| |
nevow.rend.ChildLookupMixin --+
|
nevow.rend.Page --+
|
ReallyAddPage --+
|
SmartObjectAddPage
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Configurable factory for use when self is a configurable; aka it implements IConfigurable or one or more TypedInterface subclasses. Usage: >>> class IFoo(TypedInterface): ... def bar(): pass ... bar = autocallable(bar) ... >>> class Foo(Page): ... implements(IFoo) ... ... def bar(): ... print "bar called through the web!" ... ... def render_forms(self, ctx, data): ... return renderForms() # or renderForms('') ... ... docFactory = stan(render_forms).
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Jun 23 18:26:38 2010 | http://epydoc.sourceforge.net |