Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
DPython-ast.h213 } Nonlocal; member
546 #define Nonlocal(a0, a1, a2, a3, a4, a5) _Py_Nonlocal(a0, a1, a2, a3, a4, a5) macro
/external/python/cpython3/Python/
DPython-ast.c2457 Nonlocal(asdl_seq * names, int lineno, int col_offset, int end_lineno, int in Nonlocal() function