Home
last modified time | relevance | path

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

/third_party/python/Lib/
D__future__.py78 CO_FUTURE_ANNOTATIONS = 0x1000000 # annotations become strings at runtime variable
147 CO_FUTURE_ANNOTATIONS)
/third_party/python/Include/cpython/
Dcompile.h9 CO_FUTURE_GENERATOR_STOP | CO_FUTURE_ANNOTATIONS)
Dcode.h98 #define CO_FUTURE_ANNOTATIONS 0x1000000 macro
/third_party/python/Python/
Dfuture.c40 ff->ff_features |= CO_FUTURE_ANNOTATIONS; in future_check_features()
Dast_opt.c646 if (!(state->ff_features & CO_FUTURE_ANNOTATIONS)) { in astfold_arg()
665 if (!(state->ff_features & CO_FUTURE_ANNOTATIONS)) { in astfold_stmt()
673 if (!(state->ff_features & CO_FUTURE_ANNOTATIONS)) { in astfold_stmt()
699 if (!(state->ff_features & CO_FUTURE_ANNOTATIONS)) { in astfold_stmt()
Dsymtable.c1826 int future_annotations = st->st_future->ff_features & CO_FUTURE_ANNOTATIONS; in symtable_visit_annotation()
1861 int future_annotations = st->st_future->ff_features & CO_FUTURE_ANNOTATIONS; in symtable_visit_annotations()
Dcompile.c2162 if (c->c_future->ff_features & CO_FUTURE_ANNOTATIONS) { in compiler_visit_argannotation()
5411 if (c->c_future->ff_features & CO_FUTURE_ANNOTATIONS) { in check_annotation()
5476 if (c->c_future->ff_features & CO_FUTURE_ANNOTATIONS) { in compiler_annassign()