Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_testcapimodule.c6619 heapctype_init(PyObject *self, PyObject *args, PyObject *kwargs) in heapctype_init() function
6642 {Py_tp_init, heapctype_init},
6671 {Py_tp_init, heapctype_init},
6699 if (heapctype_init(self, args, kwargs) < 0) { in heapctypesubclass_init()