Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dsymbol.py35 return_stmt = 278 variable
/external/python/cpython3/Include/
Dgraminit.h28 #define return_stmt 281 macro
/external/python/cpython2/Include/
Dgraminit.h25 #define return_stmt 278 macro
/external/python/cpython3/Lib/
Dsymbol.py38 return_stmt = 281 variable
/external/python/cpython2/Lib/compiler/
Dtransformer.py411 def return_stmt(self, nodelist): member in Transformer