module documentation
(source)

Module for some node classes. More nodes in scoped_nodes.py
Class ​Base​Container Base class for Set, FrozenSet, Tuple and List.
Class ​Lookup​Mix​In Mixin to look up a name in the right scope.
Class ​Pattern Base class for all Pattern nodes.
Variable ​Assigned​Stmts​Call Undocumented
Variable ​Assigned​Stmts​Possible​Node Undocumented
Variable ​T_​Nodes Undocumented
Function _container​_getitem Get a slice or an item, using the given index, for the given sequence.
Function _dict​_initialization Undocumented
Function _find​_arg Undocumented
Function _format​_args Undocumented
Function _infer​_slice Undocumented
Function _is​_const Undocumented
Function _slice​_value Get the value of the given slice index.
Function _two​_step​_initialization Undocumented
Function _update​_const​_classes update constant classes, so the keys of CONST_CLS can be reused
Constant _CONST​_CLS​_CONSTRUCTORS Undocumented
Constant _SLICE​_SENTINEL Undocumented
AssignedStmtsCall = (source)

Undocumented

AssignedStmtsPossibleNode = (source)

Undocumented

T_Nodes = (source)

Undocumented

def _container_getitem(instance, elts, index, context=None): (source)
Get a slice or an item, using the given index, for the given sequence.
def _dict_initialization(cls, value): (source)

Undocumented

def _find_arg(argname, args, rec=False): (source)

Undocumented

def _format_args(args, defaults=None, annotations=None): (source)

Undocumented

def _infer_slice(node, context=None): (source)

Undocumented

def _is_const(value): (source)

Undocumented

def _slice_value(index, context=None): (source)
Get the value of the given slice index.
def _two_step_initialization(cls, value): (source)

Undocumented

def _update_const_classes(): (source)
update constant classes, so the keys of CONST_CLS can be reused
_CONST_CLS_CONSTRUCTORS = (source)
_SLICE_SENTINEL = (source)

Undocumented

Value
object()