class documentation

class MethodSignature: (source)

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): (source)

Undocumented

def getArgument(self, name): (source)

Undocumented

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

Undocumented

methodSignature = (source)

Undocumented