Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccxt/ccxt
/ read_map_header
Method
read_map_header
python/ccxt/static_dependencies/msgpack/fallback.py:598–601 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
596
return
ret
597
598
def
read_map_header(self):
599
ret = self._unpack(EX_READ_MAP_HEADER)
600
self._consume()
601
return
ret
602
603
def
tell(self):
604
return
self._stream_offset
Callers
nothing calls this directly
Calls
2
_unpack
Method · 0.95
_consume
Method · 0.95
Tested by
no test coverage detected