Home
last modified time | relevance | path

Searched defs:for_stmt (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/autograph/operators/
Dcontrol_flow.py32 def for_stmt(iter_, extra_test, body, init_state): function
/external/python/cpython2/Lib/
Dsymbol.py52 for_stmt = 295 variable
/external/python/cpython3/Include/
Dgraminit.h46 #define for_stmt 299 macro
/external/python/cpython2/Include/
Dgraminit.h42 #define for_stmt 295 macro
/external/python/cpython3/Lib/
Dsymbol.py56 for_stmt = 299 variable
/external/python/cpython2/Lib/compiler/
Dtransformer.py534 def for_stmt(self, nodelist): member in Transformer