Searched refs:heapq_methods (Results 1 – 2 of 2) sorted by relevance
477 static PyMethodDef heapq_methods[] = { variable628 heapq_methods,
548 static PyMethodDef heapq_methods[] = { variable696 m = Py_InitModule3("_heapq", heapq_methods, module_doc); in init_heapq()