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

Method pack_map_pairs

python/ccxt/static_dependencies/msgpack/fallback.py:833–838  ·  view source on GitHub ↗
(self, pairs)

Source from the content-addressed store, hash-verified

831 return ret
832
833 def pack_map_pairs(self, pairs):
834 self._pack_map_pairs(len(pairs), pairs)
835 if self._autoreset:
836 ret = self._buffer.getvalue()
837 self._buffer = StringIO()
838 return ret
839
840 def pack_array_header(self, n):
841 if n >= 2**32:

Callers

nothing calls this directly

Calls 3

_pack_map_pairsMethod · 0.95
StringIOClass · 0.85
getvalueMethod · 0.80

Tested by

no test coverage detected