class documentation

class PythonFragment(PythonCode): (source)

View In Hierarchy

extends PythonCode to provide identifier lookups in partial control statements e.g.:: for x in 5: elif y==9: except (MyException, e):

Method __init__ Undocumented

Inherited from PythonCode:

Instance Variable code Undocumented
Instance Variable declared_identifiers Undocumented
Instance Variable undeclared_identifiers Undocumented
def __init__(self, code, **exception_kwargs): (source)

Undocumented