Home
last modified time | relevance | path

Searched defs:CO_FUTURE_WITH_STATEMENT (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/
D__future__.py73 CO_FUTURE_WITH_STATEMENT = 0x80000 # with statement variable
/external/python/cpython3/Include/cpython/
Dcode.h162 #define CO_FUTURE_WITH_STATEMENT 0x80000 macro