Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
D__future__.py78 CO_FUTURE_ANNOTATIONS = 0x1000000 # annotations become strings at runtime variable
/external/python/cpython3/Include/cpython/
Dcode.h98 #define CO_FUTURE_ANNOTATIONS 0x1000000 macro