Home
last modified time | relevance | path

Searched defs:Nonlocal (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/
DPython-ast.h196 } Nonlocal; member
513 #define Nonlocal(a0, a1, a2, a3) _Py_Nonlocal(a0, a1, a2, a3) macro
/external/python/cpython3/Python/
DPython-ast.c1668 Nonlocal(asdl_seq * names, int lineno, int col_offset, PyArena *arena) in Nonlocal() function