Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
D__future__.py78 CO_FUTURE_ANNOTATIONS = 0x100000 # annotations become strings at runtime variable
146 CO_FUTURE_ANNOTATIONS)
/external/python/cpython3/Include/
Dcompile.h19 CO_FUTURE_GENERATOR_STOP | CO_FUTURE_ANNOTATIONS)
Dcode.h85 #define CO_FUTURE_ANNOTATIONS 0x100000 macro
/external/python/cpython3/Python/
Dfuture.c46 ff->ff_features |= CO_FUTURE_ANNOTATIONS; in future_check_features()
Dcompile.c1744 if (c->c_future->ff_features & CO_FUTURE_ANNOTATIONS) { in compiler_visit_argannotation()
4718 if (c->c_future->ff_features & CO_FUTURE_ANNOTATIONS) { in compiler_annassign()