Home
last modified time | relevance | path

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

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