Class t.p.f.FormMethod:

Part of twisted.python.formmethod View Source View In Hierarchy

A callable object with a signature.
Method __init__ Undocumented
Method getArgs Undocumented
Method call Undocumented
def __init__(self, signature, callable, takesRequest=False): (source)
Undocumented
def getArgs(self): (source)
Undocumented
def call(self, *args, **kw): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.