class PythonFragment(PythonCode):
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 |