Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/compiler/
Dconsts.py6 SC_LOCAL = 1 variable
Dsymbols.py4 from compiler.consts import SC_LOCAL, SC_GLOBAL_IMPLICIT, SC_GLOBAL_EXPLICIT, \
97 return SC_LOCAL
158 elif isinstance(self, FunctionScope) and sc == SC_LOCAL:
163 if sc == SC_LOCAL:
Dpycodegen.py10 from compiler.consts import SC_LOCAL, SC_GLOBAL_IMPLICIT, SC_GLOBAL_EXPLICIT, \
281 if scope == SC_LOCAL: