Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dsymtable.c28 #define GLOBAL_ANNOT \ macro
1273 cur & DEF_GLOBAL ? GLOBAL_ANNOT : NONLOCAL_ANNOT, in symtable_visit_stmt()
1373 msg = GLOBAL_ANNOT; in symtable_visit_stmt()