Home
last modified time | relevance | path

Searched defs:global_stmt (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Include/
Dgraminit.h39 #define global_stmt 292 macro
/external/python/cpython2/Include/
Dgraminit.h36 #define global_stmt 289 macro
/external/python/cpython2/Lib/
Dsymbol.py46 global_stmt = 289 variable
/external/python/cpython3/Lib/
Dsymbol.py49 global_stmt = 292 variable
/external/python/cpython2/Lib/compiler/
Dtransformer.py476 def global_stmt(self, nodelist): member in Transformer