Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_heapqmodule.c548 static PyMethodDef heapq_methods[] = { variable
696 m = Py_InitModule3("_heapq", heapq_methods, module_doc); in init_heapq()