Home
last modified time | relevance | path

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

/third_party/python/Parser/
DPython.asdl49 | Nonlocal(identifier* names)
/third_party/python/Include/internal/
Dpycore_ast.h319 } Nonlocal; member
/third_party/python/Python/
Dast.c838 ret = validate_nonempty_seq(stmt->v.Nonlocal.names, "names", "Nonlocal"); in validate_stmt()
Dsymtable.c1396 asdl_identifier_seq *seq = s->v.Nonlocal.names; in symtable_visit_stmt()
DPython-ast.c2465 p->v.Nonlocal.names = names; in _PyAST_Nonlocal()
4111 value = ast2obj_list(state, (asdl_seq*)o->v.Nonlocal.names, in ast2obj_stmt()
/third_party/python/Doc/library/
Dast.rst1763 Nonlocal(names)
1782 Nonlocal(
/third_party/python/Lib/test/
Dtest_ast.py1309 self.stmt(ast.Nonlocal([]), "empty names on Nonlocal")