Home
last modified time | relevance | path

Searched defs:tobytes (Results 1 – 2 of 2) sorted by relevance

/external/fonttools/Lib/fontTools/misc/
Dpy23.py35 def tobytes(self): member in Tag
46 tobytes = tostr variable
68 def tobytes(self): member in Tag
76 def tobytes(s, encoding='ascii'): function
/external/python/cpython2/Lib/test/
Dtest_struct.py436 def test_pack_into(self, cls=bytearray, tobytes=str): argument