Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
DPython-ast.c178 static char *Nonlocal_fields[]={ variable
900 Nonlocal_type = make_type("Nonlocal", stmt_type, Nonlocal_fields, 1); in init_types()