Class f.c.NotFoundConfigurable(Configurable):

Part of formless.configurable View Source View In Hierarchy

Undocumented

Split Table into Classes Show Methods in One Table

Line # Kind Name Docs
127 Method getBinding Return a Binding instance which contains Typed instances

Inherited from Configurable:

Line # Kind Name Docs
17 Method __init__ Undocumented
21 Method getBindingNames Return a list of binding names which are the names of all
44 Method getDefault Undocumented
73 Method postForm Accept a form post to the given bindingName. The bindingName
121 Method summary Undocumented
Line # Kind Name Docs
17 Method __init__ Undocumented
127 Method getBinding Return a Binding instance which contains Typed instances
21 Method getBindingNames Return a list of binding names which are the names of all
44 Method getDefault Undocumented
73 Method postForm Accept a form post to the given bindingName. The bindingName
121 Method summary Undocumented
def getBinding(self, context, name): (source)
Return a Binding instance which contains Typed instances which describe how to render a form which will gather input for the 'name' binding (either a property or a method)
API Documentation for Nevow, generated by pydoctor.