Searched defs:SC_GLOBAL_EXPLICIT (Results 1 - 6 of 6) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
H A Dconsts.py8 SC_GLOBAL_EXPLICIT = 3 variable
H A Dsymbols.py4 from compiler.consts import SC_LOCAL, SC_GLOBAL_IMPLICIT, SC_GLOBAL_EXPLICIT, \
93 return SC_GLOBAL_EXPLICIT
5 SC_FREE, SC_CELL, SC_UNKNOWN namespace
H A Dpycodegen.py10 from compiler.consts import SC_LOCAL, SC_GLOBAL_IMPLICIT, SC_GLOBAL_EXPLICIT, \
286 elif scope == SC_GLOBAL_EXPLICIT:
11 SC_FREE, SC_CELL namespace
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
H A Dconsts.py8 SC_GLOBAL_EXPLICIT = 3 variable
H A Dsymbols.py4 from compiler.consts import SC_LOCAL, SC_GLOBAL_IMPLICIT, SC_GLOBAL_EXPLICIT, \
93 return SC_GLOBAL_EXPLICIT
5 SC_FREE, SC_CELL, SC_UNKNOWN namespace
H A Dpycodegen.py10 from compiler.consts import SC_LOCAL, SC_GLOBAL_IMPLICIT, SC_GLOBAL_EXPLICIT, \
286 elif scope == SC_GLOBAL_EXPLICIT:
11 SC_FREE, SC_CELL namespace

Completed in 490 milliseconds