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

Method read_array_header

python/ccxt/static_dependencies/msgpack/fallback.py:593–596  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

591 return ret
592
593 def read_array_header(self):
594 ret = self._unpack(EX_READ_ARRAY_HEADER)
595 self._consume()
596 return ret
597
598 def read_map_header(self):
599 ret = self._unpack(EX_READ_MAP_HEADER)

Callers

nothing calls this directly

Calls 2

_unpackMethod · 0.95
_consumeMethod · 0.95

Tested by

no test coverage detected