Home
last modified time | relevance | path

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

/aosp_15_r20/external/fonttools/Lib/fontTools/misc/
H A DtextTools.py30 def tobytes(self): member in Tag
128 def tobytes(s, encoding="ascii", errors="strict"): function
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_struct.py436 def test_pack_into(self, cls=bytearray, tobytes=str): argument
/aosp_15_r20/external/pytorch/torch/onnx/_internal/exporter/
H A D_core.py123 def tobytes(self) -> bytes: member in TorchTensor