Searched defs:tobytes (Results 1 – 2 of 2) sorted by relevance
73 def tobytes(s, encoding="ascii", errors="strict"): function109 def tobytes(self): member in Tag
436 def test_pack_into(self, cls=bytearray, tobytes=str): argument