Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/tests/extmod/
A Duheapq1.py16 heapq.heappush((), 1)
29 heapq.heappush(h, 3)
30 heapq.heappush(h, 1)
31 heapq.heappush(h, 2)
38 heapq.heappush(h, 1)
39 heapq.heappush(h, 6)
40 heapq.heappush(h, 12)
/AliOS-Things-master/components/amp-utility/python/
A Duheapq.py15 def heappush(heap, item): function

Completed in 2 milliseconds