Home
last modified time | relevance | path

Searched refs:DEF_ANNOT (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_symtable.h103 #define DEF_ANNOT 2<<7 /* this name is annotated */ macro
/third_party/python/Lib/
H A Dsymtable.py5 DEF_IMPORT, DEF_BOUND, DEF_ANNOT, SCOPE_OFF, SCOPE_MASK, FREE,
271 return bool(self.__flags & DEF_ANNOT)
/third_party/python/Modules/
H A Dsymtablemodule.c88 if (PyModule_AddIntMacro(m, DEF_ANNOT) < 0) return -1; in symtable_init_constants()
/third_party/python/Python/
H A Dsymtable.c1273 DEF_ANNOT | DEF_LOCAL, LOCATION(e_name))) { in symtable_visit_stmt()
1361 if (cur & (DEF_PARAM | DEF_LOCAL | USE | DEF_ANNOT)) { in symtable_visit_stmt()
1367 } else if (cur & DEF_ANNOT) { in symtable_visit_stmt()
1397 if (cur & (DEF_PARAM | DEF_LOCAL | USE | DEF_ANNOT)) { in symtable_visit_stmt()
1403 } else if (cur & DEF_ANNOT) { in symtable_visit_stmt()

Completed in 4 milliseconds