module documentation
(source)

This module renders Astroid nodes as string
Class ​As​String​Visitor Visitor to render an Astroid node as a valid python code string
Constant DOC​_NEWLINE Undocumented
Variable to​_code Undocumented
Function _import​_string return a list of (name, asname) formatted as a string
DOC_NEWLINE: str = (source)

Undocumented

Value
''
to_code = (source)

Undocumented

def _import_string(names): (source)
return a list of (name, asname) formatted as a string