Home
last modified time | relevance | path

Searched refs:WHY_BREAK (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Python/
Dceval.c646 WHY_BREAK = 0x0010, /* 'break' statement */ enumerator
2850 why = WHY_BREAK; in PyEval_EvalFrameEx()
3248 if (b->b_type == SETUP_LOOP && why == WHY_BREAK) { in PyEval_EvalFrameEx()