class documentation

class PythonFragment(PythonCode):

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

Undocumented