class documentation

class ASTOperatorLiteral(ASTOperator):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method ​_describe​_identifier Render the prefix into signode, and the last part into identnode.
Method ​_stringify Undocumented
Method get​_id Undocumented
Instance Variable identifier Undocumented

Inherited from ASTOperator:

Method describe​_signature Undocumented
Method is​_anon Undocumented
Method is​_operator Undocumented

Inherited from ASTBaseBase (via ASTOperator, 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, identifier):

Undocumented

Parameters
identifier:ASTIdentifierUndocumented
def _describe_identifier(self, signode, identnode, env, symbol):
Render the prefix into signode, and the last part into identnode.
Parameters
signode:TextElementUndocumented
identnode:TextElementUndocumented
env:BuildEnvironmentUndocumented
symbol:SymbolUndocumented
def _stringify(self, transform):

Undocumented

Parameters
transform:StringifyTransformUndocumented
Returns
strUndocumented
def get_id(self, version):

Undocumented

Parameters
version:intUndocumented
Returns
strUndocumented
identifier =

Undocumented