MCPcopy Create free account
hub / github.com/apache/fory / to_bytes

Method to_bytes

python/pyfory/tests/test_stream.py:86–87  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

84 return 1
85
86 def to_bytes(self):
87 return bytes(self._data)
88
89
90class CountingWriteStream:

Calls

no outgoing calls

Tested by

no test coverage detected