Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeobject.c1060 clear_slots(PyTypeObject *type, PyObject *self) in clear_slots() function
1091 clear_slots(base, self); in subtype_clear()
1230 clear_slots(base, self); in subtype_dealloc()
/external/python/cpython2/Objects/
Dtypeobject.c871 clear_slots(PyTypeObject *type, PyObject *self) in clear_slots() function
902 clear_slots(base, self); in subtype_clear()
1024 clear_slots(base, self); in subtype_dealloc()