class documentation

class PythonCode: (source)

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): (source)

Undocumented

Undocumented

declared_identifiers = (source)

Undocumented

undeclared_identifiers = (source)

Undocumented