Searched refs:msvcrt_heapmin (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/PC/ |
D | msvcrtmodule.c | 34 msvcrt_heapmin(PyObject *self, PyObject *args) in msvcrt_heapmin() function 378 {"heapmin", msvcrt_heapmin, METH_VARARGS, heapmin_doc},
|
/external/python/cpython3/PC/clinic/ |
D | msvcrtmodule.c.h | 15 {"heapmin", (PyCFunction)msvcrt_heapmin, METH_NOARGS, msvcrt_heapmin__doc__}, 21 msvcrt_heapmin(PyObject *module, PyObject *Py_UNUSED(ignored)) in msvcrt_heapmin() function
|