Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/asyncio/
Dcoroutines.py19 _YIELD_FROM = opcode.opmap['YIELD_FROM'] variable
120 if caller.f_code.co_code[caller.f_lasti] != _YIELD_FROM: