Home
last modified time | relevance | path

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

/freebsd/contrib/lib9p/pytest/
H A Dsequencer.py59 def b2u(byte_sequence): argument
61 return byte_sequence.decode('utf-8', 'surrogateescape')
78 def b2s(byte_sequence): argument
80 return byte_sequence