class documentation

class FunctionArgs(FunctionDecl): (source)

View In Hierarchy

the argument portion of a function declaration

Method __init__ Undocumented

Inherited from FunctionDecl:

Method get_argument_expressions Return the argument declarations of this FunctionDecl as a printable list.
Instance Variable code Undocumented
Property allargnames Undocumented
def __init__(self, code, **kwargs): (source)

Undocumented