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

Method raw

python/pyfory/_fory.py:78–79  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

76 """
77
78 def raw(self):
79 return memoryview(self.getbuffer())
80
81
82class Fory:

Calls 1

getbufferMethod · 0.95