module documentation
(source)

this module contains utilities for rebuilding an _ast tree in order to get a single Astroid representation
Class ​Tree​Rebuilder Rebuilds the _ast tree to become an Astroid tree
Constant REDIRECT Undocumented
Variable ​T_​Doc Undocumented
Variable ​T_​For Undocumented
Variable ​T_​Function Undocumented
Variable ​T_​With Undocumented
REDIRECT: Dict[str, str] = (source)

Undocumented

Value
{'arguments': 'Arguments',
 'comprehension': 'Comprehension',
 'ListCompFor': 'Comprehension',
 'GenExprFor': 'Comprehension',
 'excepthandler': 'ExceptHandler',
 'keyword': 'Keyword',
 'match_case': 'MatchCase'}
T_Doc = (source)

Undocumented

T_For = (source)

Undocumented

T_Function = (source)

Undocumented

T_With = (source)

Undocumented