Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dsymtable.h98 #define DEF_ANNOT 2<<7 /* this name is annotated */ macro
/external/python/cpython3/Lib/
Dsymtable.py5 DEF_IMPORT, DEF_BOUND, DEF_ANNOT, SCOPE_OFF, SCOPE_MASK, FREE,
208 return bool(self.__flags & DEF_ANNOT)
/external/python/cpython3/Modules/
Dsymtablemodule.c106 PyModule_AddIntMacro(m, DEF_ANNOT); in PyInit__symtable()
/external/python/cpython3/Python/
Dsymtable.c1252 DEF_ANNOT | DEF_LOCAL)) { in symtable_visit_stmt()
1327 if (cur & (DEF_PARAM | DEF_LOCAL | USE | DEF_ANNOT)) { in symtable_visit_stmt()
1333 } else if (cur & DEF_ANNOT) { in symtable_visit_stmt()
1360 if (cur & (DEF_PARAM | DEF_LOCAL | USE | DEF_ANNOT)) { in symtable_visit_stmt()
1366 } else if (cur & DEF_ANNOT) { in symtable_visit_stmt()