Home
last modified time | relevance | path

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

/external/python/pycparser/examples/
Dexplore_ast.py133 while_stmt = for_stmt.stmt.block_items[1] variable
/external/python/cpython2/Include/
Dgraminit.h41 #define while_stmt 294 macro
/external/python/cpython2/Lib/
Dsymbol.py51 while_stmt = 294 variable
/external/tensorflow/tensorflow/python/autograph/operators/
Dcontrol_flow.py812 def while_stmt(test, body, get_state, set_state, symbol_names, opts): function
Dcontrol_flow_deprecated_py2.py818 def while_stmt(test, function
/external/python/cpython2/Lib/compiler/
Dtransformer.py521 def while_stmt(self, nodelist): member in Transformer