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

/external/fonttools/Lib/fontTools/misc/
H A Dpy23.py35 def tobytes(self): member in class:strjoin.Tag
46 tobytes = tostr
68 def tobytes(self): member in class:.Tag
76 def tobytes(s, encoding='ascii'): function
83 return b''.join(tobytes(item) for item in iterable)
/external/fonttools/Tools/fontTools/misc/
H A Dpy23.py35 def tobytes(self): member in class:strjoin.Tag
46 tobytes = tostr
68 def tobytes(self): member in class:.Tag
76 def tobytes(s, encoding='ascii'): function
83 return b''.join(tobytes(item) for item in iterable)

Completed in 320 milliseconds