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

Function _get_data_from_buffer

python/ccxt/static_dependencies/msgpack/fallback.py:70–74  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

68
69
70def _get_data_from_buffer(obj):
71 view = memoryview(obj)
72 if view.itemsize != 1:
73 raise ValueError("cannot unpack from multi-byte object")
74 return view
75
76
77def unpackb(packed, **kwargs):

Callers 1

feedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…