Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/tests/extmod/
A Duheapq1.py2 import uheapq as heapq namespace
5 import heapq
11 heapq.heappop([])
16 heapq.heappush((), 1)
29 heapq.heappush(h, 3)
30 heapq.heappush(h, 1)
31 heapq.heappush(h, 2)
36 heapq.heapify(h)
38 heapq.heappush(h, 1)
39 heapq.heappush(h, 6)
[all …]

Completed in 2 milliseconds