| 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 --+
|
ManualAddPage
|
|||
|
|||
|
|||
|
|||
|
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 |
|||
|
|||
|
>>> 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.0beta1 on Tue Apr 8 20:09:42 2008 | http://epydoc.sourceforge.net |