Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dfuncobject.h26 PyObject *func_closure; /* NULL or a tuple of cell objects */ member
/external/python/cpython3/Include/
Dfuncobject.h27 PyObject *func_closure; /* NULL or a tuple of cell objects */ member