Home
last modified time | relevance | path

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

/external/python/cpython2/PC/os2emx/
Dconfig.c63 extern void init_heapq();
129 {"_heapq", init_heapq},
Dpython27.def1252 ; "init_heapq"
/external/python/cpython2/PC/
Dconfig.c45 extern void init_heapq(void);
122 {"_heapq", init_heapq},
/external/python/cpython2/Modules/
D_heapqmodule.c692 init_heapq(void) in init_heapq() function