Searched defs:CO_FUTURE_WITH_STATEMENT (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/ | ||
D | __future__.py | 73 CO_FUTURE_WITH_STATEMENT = 0x80000 # with statement variable |
/third_party/python/Include/cpython/ | ||
D | code.h | 92 #define CO_FUTURE_WITH_STATEMENT 0x80000 macro |