MCPcopy Create free account
hub / github.com/ccxt/ccxt / getbuffer

Method getbuffer

python/ccxt/static_dependencies/msgpack/fallback.py:946–951  ·  view source on GitHub ↗

Return view of internal buffer.

(self)

Source from the content-addressed store, hash-verified

944 self._buffer = StringIO()
945
946 def getbuffer(self):
947 """Return view of internal buffer."""
948 if USING_STRINGBUILDER:
949 return memoryview(self.bytes())
950 else:
951 return self._buffer.getbuffer()

Callers

nothing calls this directly

Calls 1

bytesMethod · 0.95

Tested by

no test coverage detected