Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/
Dclassobject.c424 instancemethod_dealloc(PyObject *self) { in instancemethod_dealloc() function
532 .tp_dealloc = instancemethod_dealloc,
/aosp_15_r20/external/python/cpython2/Objects/
Dclassobject.c2380 instancemethod_dealloc(register PyMethodObject *im) in instancemethod_dealloc() function
2636 (destructor)instancemethod_dealloc, /* tp_dealloc */