Home
last modified time | relevance | path

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

/external/python/cffi/c/
Dtest_c.py23 bitem2bchr = lambda x: x function
39 bitem2bchr = bytechr variable
2433 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)