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

  /external/python/cpython3/Include/
symtable.h 89 #define DEF_NONLOCAL 2<<2 /* nonlocal stmt */
103 #define SCOPE_MASK (DEF_GLOBAL | DEF_LOCAL | DEF_PARAM | DEF_NONLOCAL)
  /external/python/cpython3/Python/
symtable.c 475 if (flags & DEF_NONLOCAL) {
488 if (flags & DEF_NONLOCAL) {
    [all...]

Completed in 465 milliseconds