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

  /external/python/cpython3/Include/
symtable.h 44 PyObject *ste_directives;/* locations of global and nonlocal statements */ member in struct:_symtable_entry
  /external/python/cpython3/Python/
symtable.c 63 ste->ste_directives = NULL;
119 Py_XDECREF(ste->ste_directives);
387 assert(ste->ste_directives);
388 for (i = 0; i < PyList_GET_SIZE(ste->ste_directives); i++) {
389 data = PyList_GET_ITEM(ste->ste_directives, i);
    [all...]

Completed in 681 milliseconds