Home
last modified time | relevance | path

Searched refs:SC_GLOBAL_EXPLICIT (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/compiler/
Dconsts.py8 SC_GLOBAL_EXPLICIT = 3 variable
Dsymbols.py4 from compiler.consts import SC_LOCAL, SC_GLOBAL_IMPLICIT, SC_GLOBAL_EXPLICIT, \
93 return SC_GLOBAL_EXPLICIT
Dpycodegen.py10 from compiler.consts import SC_LOCAL, SC_GLOBAL_IMPLICIT, SC_GLOBAL_EXPLICIT, \
286 elif scope == SC_GLOBAL_EXPLICIT: