class documentation

class ASTOperatorLiteral(ASTOperator): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method get_id Undocumented
Instance Variable identifier Undocumented
Method _describe_identifier Render the prefix into signode, and the last part into identnode.
Method _stringify 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): (source)

Undocumented

Parameters
identifier:ASTIdentifierUndocumented
def get_id(self, version): (source)

Undocumented

Parameters
version:intUndocumented
Returns
strUndocumented
identifier = (source)

Undocumented

def _describe_identifier(self, signode, identnode, env, symbol): (source)

Render the prefix into signode, and the last part into identnode.

Parameters
signode:TextElementUndocumented
identnode:TextElementUndocumented
env:BuildEnvironmentUndocumented
symbol:SymbolUndocumented
def _stringify(self, transform): (source)

Undocumented

Parameters
transform:StringifyTransformUndocumented
Returns
strUndocumented