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

/external/python/cpython2/Include/
H A Dgraminit.h25 #define return_stmt 278 macro
/external/python/cpython2/Lib/
H A Dsymbol.py35 return_stmt = 278 variable
/external/python/cpython3/Include/
H A Dgraminit.h28 #define return_stmt 281 macro
/external/python/cpython3/Lib/
H A Dsymbol.py38 return_stmt = 281 variable
/external/python/cpython2/Lib/compiler/
H A Dtransformer.py411 def return_stmt(self, nodelist): member in class:Transformer
1470 symbol.return_stmt,
/external/python/cpython2/Modules/
H A Dparsermodule.c950 VALIDATER(return_stmt); VALIDATER(list_iter); variable
1734 int res = (validate_ntype(tree, return_stmt)
3145 || (TYPE(CHILD(tree, 0)) == return_stmt)
3188 case return_stmt:

Completed in 195 milliseconds