Home
last modified time | relevance | path

Searched refs:CO_FUTURE_ANNOTATIONS (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Lib/
H A D__future__.py78 CO_FUTURE_ANNOTATIONS = 0x1000000 # annotations become strings at runtime variable
147 CO_FUTURE_ANNOTATIONS)
/third_party/python/Include/cpython/
H A Dcompile.h9 CO_FUTURE_GENERATOR_STOP | CO_FUTURE_ANNOTATIONS)
H A Dcode.h131 #define CO_FUTURE_ANNOTATIONS 0x1000000 macro
/third_party/python/Python/
H A Dfuture.c40 ff->ff_features |= CO_FUTURE_ANNOTATIONS; in future_check_features()
H A Dast_opt.c861 if (!(state->ff_features & CO_FUTURE_ANNOTATIONS)) { in astfold_arg()
880 if (!(state->ff_features & CO_FUTURE_ANNOTATIONS)) { in astfold_stmt()
888 if (!(state->ff_features & CO_FUTURE_ANNOTATIONS)) { in astfold_stmt()
914 if (!(state->ff_features & CO_FUTURE_ANNOTATIONS)) { in astfold_stmt()
H A Dsymtable.c1818 int future_annotations = st->st_future->ff_features & CO_FUTURE_ANNOTATIONS; in symtable_visit_annotation()
1853 int future_annotations = st->st_future->ff_features & CO_FUTURE_ANNOTATIONS; in symtable_visit_annotations()
H A Dcompile.c2429 if (c->c_future->ff_features & CO_FUTURE_ANNOTATIONS) { in compiler_visit_argannotation()
6052 if (c->c_future->ff_features & CO_FUTURE_ANNOTATIONS) { in check_annotation()
6117 if (c->c_future->ff_features & CO_FUTURE_ANNOTATIONS) { in compiler_annassign()

Completed in 20 milliseconds