Searched defs:clear_slots (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Objects/
H A Dtypeobject.c871 clear_slots(PyTypeObject *type, PyObject *self) function
902 clear_slots(base, self);
938 clear_slots(), or DECREF the dict, or clear weakrefs. */
1024 clear_slots(base, self);

Completed in 87 milliseconds