Home
last modified time | relevance | path

Searched refs:ob_ldef_func (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Mac/Modules/list/
D_Listmodule.c45 PyObject *ob_ldef_func; member
59 it->ob_ldef_func = NULL; in ListObj_New()
78 Py_CLEAR(self->ob_ldef_func); in ListObj_dealloc()
850 ((ListObject*)_res)->ob_ldef_func = listDefFunc; in List_CreateCustomList()
1081 listDefFunc = self->ob_ldef_func; in myListDefFunction()