class documentation

class MethodSignature:

Constructor: MethodSignature(*sigList)

View In Hierarchy

A signature of a callable.

Method __init__ Undocumented
Method getArgument Undocumented
Method method Undocumented
Instance Variable methodSignature Undocumented
def __init__(self, *sigList):

Undocumented

def getArgument(self, name):

Undocumented

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

Undocumented

methodSignature =

Undocumented