DEBSOURCES
Skip Quicknav
sources / python-msgspec / 0.19.0-2 / msgspec / msgpack.py
1234567
from ._core import ( Ext, MsgpackDecoder as Decoder, MsgpackEncoder as Encoder, msgpack_decode as decode, msgpack_encode as encode, )