class documentation

class MethodSignature: (source)

View In Hierarchy

A signature of a callable.
Method __init__ Undocumented
Method get​Argument Undocumented
Method method Undocumented
Instance Variable method​Signature Undocumented
def __init__(self, *sigList): (source)

Undocumented

def getArgument(self, name): (source)

Undocumented

def method(self, callable, takesRequest=False): (source)

Undocumented

methodSignature = (source)

Undocumented