HomeSort by relevance Sort by last modified time
    Searched defs:Nonlocal (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Include/
Python-ast.h 196 } Nonlocal;
513 #define Nonlocal(a0, a1, a2, a3) _Py_Nonlocal(a0, a1, a2, a3)
  /external/python/cpython3/Python/
Python-ast.c 912 Nonlocal_type = make_type("Nonlocal", stmt_type, Nonlocal_fields, 1);
    [all...]

Completed in 276 milliseconds