MCPcopy Index your code
hub / github.com/apache/fory / to_bytes

Method to_bytes

python/pyfory/tests/test_buffer.py:80–81  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

78 return wrote
79
80 def to_bytes(self):
81 return bytes(self._data)
82
83
84def test_buffer():

Calls

no outgoing calls

Tested by

no test coverage detected