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

Function packb

python/ccxt/static_dependencies/msgpack/__init__.py:30–36  ·  view source on GitHub ↗

Pack object `o` and return packed bytes See :class:`Packer` for options.

(o, **kwargs)

Source from the content-addressed store, hash-verified

28
29
30def packb(o, **kwargs):
31 """
32 Pack object `o` and return packed bytes
33
34 See :class:`Packer` for options.
35 """
36 return Packer(**kwargs).pack(o)
37
38
39def unpack(stream, **kwargs):

Callers 1

packbMethod · 0.90

Calls 2

PackerClass · 0.85
packMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…