class documentation

class ASTParameters(ASTBase):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method ​_stringify Undocumented
Method describe​_signature Undocumented
Instance Variable args Undocumented
Instance Variable attrs Undocumented
Property function​_params Undocumented

Inherited from ASTBaseBase (via ASTBase):

Method __eq__ Undocumented
Method __repr__ Undocumented
Method __str__ Undocumented
Method clone Undocumented
Method get​_display​_string Undocumented
Class Variable __hash__ Undocumented
def __init__(self, args, attrs):

Undocumented

Parameters
args:List[ASTFunctionParameter]Undocumented
attrs:List[ASTAttribute]Undocumented
def _stringify(self, transform):

Undocumented

Parameters
transform:StringifyTransformUndocumented
Returns
strUndocumented
def describe_signature(self, signode, mode, env, symbol):

Undocumented

Parameters
signode:TextElementUndocumented
mode:strUndocumented
env:BuildEnvironmentUndocumented
symbol:SymbolUndocumented
args =

Undocumented

attrs =

Undocumented

@property
function_params: List[ASTFunctionParameter] =

Undocumented