Home
last modified time | relevance | path

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

/external/python/cpython2/PC/
Dmsvcrtmodule.c34 msvcrt_heapmin(PyObject *self, PyObject *args) in msvcrt_heapmin() function
378 {"heapmin", msvcrt_heapmin, METH_VARARGS, heapmin_doc},
/external/python/cpython3/PC/clinic/
Dmsvcrtmodule.c.h15 {"heapmin", (PyCFunction)msvcrt_heapmin, METH_NOARGS, msvcrt_heapmin__doc__},
21 msvcrt_heapmin(PyObject *module, PyObject *Py_UNUSED(ignored)) in msvcrt_heapmin() function