Searched refs:heapq_methods (Results 1 – 3 of 3) sorted by relevance
539 static PyMethodDef heapq_methods[] = { variable698 heapq_methods,
548 static PyMethodDef heapq_methods[] = { variable696 m = Py_InitModule3("_heapq", heapq_methods, module_doc); in init_heapq()
576 Modules/_heapqmodule.c - heapq_methods -