SM0 She11
Path:
/
/
usr
/
lib64
/
python2.7
/
compiler
Full Path (server): /usr/lib64/python2.7/compiler
Create Fil3
Upl04d Fil3
📄 __init__.py
[E]
[D]
[R]
📄 __init__.pyc
[E]
[D]
[R]
📄 __init__.pyo
[E]
[D]
[R]
📄 ast.py
[E]
[D]
[R]
📄 ast.pyc
[E]
[D]
[R]
📄 ast.pyo
[E]
[D]
[R]
📄 consts.py
[E]
[D]
[R]
📄 consts.pyc
[E]
[D]
[R]
📄 consts.pyo
[E]
[D]
[R]
📄 future.py
[E]
[D]
[R]
📄 future.pyc
[E]
[D]
[R]
📄 future.pyo
[E]
[D]
[R]
📄 misc.py
[E]
[D]
[R]
📄 misc.pyc
[E]
[D]
[R]
📄 misc.pyo
[E]
[D]
[R]
📄 pyassem.py
[E]
[D]
[R]
📄 pyassem.pyc
[E]
[D]
[R]
📄 pyassem.pyo
[E]
[D]
[R]
📄 pycodegen.py
[E]
[D]
[R]
📄 pycodegen.pyc
[E]
[D]
[R]
📄 pycodegen.pyo
[E]
[D]
[R]
📄 symbols.py
[E]
[D]
[R]
📄 symbols.pyc
[E]
[D]
[R]
📄 symbols.pyo
[E]
[D]
[R]
📄 syntax.py
[E]
[D]
[R]
📄 syntax.pyc
[E]
[D]
[R]
📄 syntax.pyo
[E]
[D]
[R]
📄 transformer.py
[E]
[D]
[R]
📄 transformer.pyc
[E]
[D]
[R]
📄 transformer.pyo
[E]
[D]
[R]
📄 visitor.py
[E]
[D]
[R]
📄 visitor.pyc
[E]
[D]
[R]
📄 visitor.pyo
[E]
[D]
[R]
Editing: consts.py
# operation flags OP_ASSIGN = 'OP_ASSIGN' OP_DELETE = 'OP_DELETE' OP_APPLY = 'OP_APPLY' SC_LOCAL = 1 SC_GLOBAL_IMPLICIT = 2 SC_GLOBAL_EXPLICIT = 3 SC_FREE = 4 SC_CELL = 5 SC_UNKNOWN = 6 CO_OPTIMIZED = 0x0001 CO_NEWLOCALS = 0x0002 CO_VARARGS = 0x0004 CO_VARKEYWORDS = 0x0008 CO_NESTED = 0x0010 CO_GENERATOR = 0x0020 CO_GENERATOR_ALLOWED = 0 CO_FUTURE_DIVISION = 0x2000 CO_FUTURE_ABSIMPORT = 0x4000 CO_FUTURE_WITH_STATEMENT = 0x8000 CO_FUTURE_PRINT_FUNCTION = 0x10000
Save