Searched defs:with_stmt (Results 1 - 5 of 5) sorted by relevance

/external/python/cpython2/Include/
H A Dgraminit.h44 #define with_stmt 297 macro
/external/python/cpython2/Lib/
H A Dsymbol.py54 with_stmt = 297 variable
/external/python/cpython3/Include/
H A Dgraminit.h48 #define with_stmt 301 macro
/external/python/cpython3/Lib/
H A Dsymbol.py58 with_stmt = 301 variable
/external/python/cpython2/Lib/compiler/
H A Dtransformer.py552 def with_stmt(self, nodelist): member in class:Transformer
970 # with_stmt: 'with' with_item (',' with_item)* ':' suite
1480 symbol.with_stmt,

Completed in 71 milliseconds