Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/
D_heapqmodule.c539 static PyMethodDef heapq_methods[] = { variable
698 heapq_methods,
/aosp_15_r20/external/python/cpython2/Modules/
D_heapqmodule.c548 static PyMethodDef heapq_methods[] = { variable
696 m = Py_InitModule3("_heapq", heapq_methods, module_doc); in init_heapq()
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/cpython/
Dignored.tsv576 Modules/_heapqmodule.c - heapq_methods -