Class f.a.MethodBinding(Binding):

Part of formless.annotate View Source View In Hierarchy

No class docstring

Split Table into Classes Show Methods in One Table

Line # Kind Name Docs
563 Method __init__ Undocumented
570 Method getAttribute Undocumented
573 Method configure Configure the object "boundTo" in the manner appropriate
577 Method getArgs Make sure each form post gets a unique copy of the argument list which it can use to keep

Inherited from Binding:

Line # Kind Name Docs
531 Method __repr__ Undocumented
539 Method getViewName Todo: remove?
545 Method coerce TODO This is dumb. remove it and leave it on ITyped
Line # Kind Name Docs
563 Method __init__ Undocumented
531 Method __repr__ Undocumented
545 Method coerce TODO This is dumb. remove it and leave it on ITyped
573 Method configure Configure the object "boundTo" in the manner appropriate
577 Method getArgs Make sure each form post gets a unique copy of the argument list which it can use to keep
570 Method getAttribute Undocumented
539 Method getViewName Todo: remove?
def __init__(self, name, typeValue, id=0, action='Call', attributes={}): (source)
Undocumented
def getAttribute(self, name): (source)
Undocumented
def configure(self, boundTo, results): (source)
Configure the object "boundTo" in the manner appropriate to this Binding; if this binding represents a property, set the property; if this binding represents a method, call the method.
def getArgs(self): (source)
Make sure each form post gets a unique copy of the argument list which it can use to keep track of values given in partially-filled forms
API Documentation for Nevow, generated by pydoctor.