Searched refs:bitem2bchr (Results 1 – 1 of 1) sorted by relevance
23 bitem2bchr = lambda x: x function39 bitem2bchr = bytechr variable2433 assert buf[i] == bitem2bchr(expected)2442 assert list(buf) == list(map(bitem2bchr, b"hi there\x00"))2453 expected = list(map(bitem2bchr, b"hi there\x00"))2464 assert list(buf) == list(c) == list(map(bitem2bchr, b"hi there\x00"))2472 expected = list(map(bitem2bchr, b"hi there\x00"))2483 expected[i:j] = map(bitem2bchr, sample)