Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-hypothesis/
H A Dtest_binary_search.py78 def is_sorted(ls): function
105 assert is_sorted(ls)
115 assert not is_sorted(ls2)