class documentation

class FunctionArgs(FunctionDecl):

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

Undocumented