Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/misc/
DtextTools.py31 def tobytes(self): member in Tag
129 def tobytes(s, encoding="ascii", errors="strict"): function
/external/python/cpython2/Lib/test/
Dtest_struct.py436 def test_pack_into(self, cls=bytearray, tobytes=str): argument
/external/python/cryptography/src/cryptography/hazmat/primitives/serialization/
Dssh.py200 def tobytes(self): member in _FragList