Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dsymbol.py54 with_stmt = 297 variable
/external/python/cpython3/Include/
Dgraminit.h48 #define with_stmt 301 macro
/external/python/cpython2/Include/
Dgraminit.h44 #define with_stmt 297 macro
/external/python/cpython3/Lib/
Dsymbol.py58 with_stmt = 301 variable
/external/python/cpython2/Lib/compiler/
Dtransformer.py552 def with_stmt(self, nodelist): member in Transformer