class documentation

class ASTDeclaratorParen(ASTDeclarator):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method ​_stringify Undocumented
Method describe​_signature Undocumented
Method require_space_after_decl​Specs Undocumented
Instance Variable inner Undocumented
Instance Variable next Undocumented
Property function​_params Undocumented
Property name Undocumented

Inherited from ASTBaseBase (via ASTDeclarator, 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, inner, next):

Undocumented

Parameters
inner:ASTDeclaratorUndocumented
next:ASTDeclaratorUndocumented
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
def require_space_after_declSpecs(self):

Undocumented

Returns
boolUndocumented
inner =

Undocumented

next =

Undocumented

@property
function_params: List[ASTFunctionParameter] =
@property
name: ASTNestedName =

Undocumented