HomeSort by relevance Sort by last modified time
    Searched refs:SC_LOCAL (Results 1 - 6 of 6) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
consts.py 6 SC_LOCAL = 1
symbols.py 4 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:
pycodegen.py 10 from compiler.consts import SC_LOCAL, SC_GLOBAL_IMPLICIT, SC_GLOBAL_EXPLICIT, \
281 if scope == SC_LOCAL:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
consts.py 6 SC_LOCAL = 1
symbols.py 4 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:
pycodegen.py 10 from compiler.consts import SC_LOCAL, SC_GLOBAL_IMPLICIT, SC_GLOBAL_EXPLICIT, \
281 if scope == SC_LOCAL:
    [all...]

Completed in 157 milliseconds