class documentation

class PythonCode(object):

Known subclasses: mako.ast.PythonFragment

View In Hierarchy

represents information about a string containing Python code
Method __init__ Undocumented
Instance Variable code Undocumented
Instance Variable declared​_identifiers Undocumented
Instance Variable undeclared​_identifiers Undocumented
def __init__(self, code, **exception_kwargs):

Undocumented

code =

Undocumented

declared_identifiers: set =

Undocumented

undeclared_identifiers: set =

Undocumented