class documentation

class QueueMethod:

Constructor: QueueMethod(name, calls)

View In Hierarchy

I represent a method that doesn't exist yet.

Method __call__ Undocumented
Method __init__ Undocumented
Instance Variable calls Undocumented
Instance Variable name Undocumented
def __call__(self, *args):

Undocumented

def __init__(self, name, calls):

Undocumented

calls =

Undocumented

name =

Undocumented