Searched refs:_PyObject_FreeInstanceAttributes (Results 1 – 7 of 7) sorted by relevance
270 extern void _PyObject_FreeInstanceAttributes(PyObject *self);
5571 _PyObject_FreeInstanceAttributes(PyObject *self) in _PyObject_FreeInstanceAttributes() function
1442 _PyObject_FreeInstanceAttributes(self); in subtype_dealloc()