Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-hypothesis/
H A Dtest_rle.py35 def run_length_encode(seq): function
80 assert run_length_decode(run_length_encode(ls)) == ls
101 assert len(run_length_encode(ls2)) == len(run_length_encode(ls))