Searched refs:_heapq_heappushpop_impl (Results 1 – 2 of 2) sorted by relevance
123 _heapq_heappushpop_impl(PyObject *module, PyObject *heap, PyObject *item);141 return_value = _heapq_heappushpop_impl(module, heap, item); in _heapq_heappushpop()
245 _heapq_heappushpop_impl(PyObject *module, PyObject *heap, PyObject *item) in _heapq_heappushpop_impl() function