Searched defs:CO_GENERATOR (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Include/cpython/ | ||
H A D | code.h | 111 #define CO_GENERATOR 0x0020 macro |
/third_party/python/Lib/ | ||
H A D | bdb.py | 6 from inspect import CO_GENERATOR, CO_COROUTINE, CO_ASYNC_GENERATOR namespace |
Completed in 3 milliseconds