mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-09 19:30:21 +00:00
Split _msgpack.pyx
This commit is contained in:
parent
eec02b8729
commit
b79e5ba4e5
5 changed files with 407 additions and 382 deletions
|
|
@ -1,7 +1,8 @@
|
|||
# coding: utf-8
|
||||
from msgpack._version import version
|
||||
from msgpack.exceptions import *
|
||||
from msgpack._packer import pack, packb, Packer, unpack, unpackb, Unpacker
|
||||
from msgpack._packer import pack, packb, Packer
|
||||
from msgpack._unpacker import unpack, unpackb, Unpacker
|
||||
|
||||
# alias for compatibility to simplejson/marshal/pickle.
|
||||
load = unpack
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue