Searched refs:DEF_ANNOT (Results 1 – 4 of 4) sorted by relevance
5 DEF_IMPORT, DEF_BOUND, DEF_ANNOT, SCOPE_OFF, SCOPE_MASK, FREE,271 return bool(self.__flags & DEF_ANNOT)
102 #define DEF_ANNOT 2<<7 /* this name is annotated */ macro
88 if (PyModule_AddIntMacro(m, DEF_ANNOT) < 0) return -1; in symtable_init_constants()
1284 DEF_ANNOT | DEF_LOCAL, LOCATION(e_name))) { in symtable_visit_stmt()1366 if (cur & (DEF_PARAM | DEF_LOCAL | USE | DEF_ANNOT)) { in symtable_visit_stmt()1372 } else if (cur & DEF_ANNOT) { in symtable_visit_stmt()1402 if (cur & (DEF_PARAM | DEF_LOCAL | USE | DEF_ANNOT)) { in symtable_visit_stmt()1408 } else if (cur & DEF_ANNOT) { in symtable_visit_stmt()