Files
deb-msgpack-python/docs/api.rst
TW e3fea94509 fix typos and other cosmetic issues (#214)
cosmetic issues:
- reST headlines' underline length needs to match the headline length
  (looks like somebody is / was using a proportional font)
- Cython code lines do not need to be terminated with a semicolon
- always use triple-double-quotes for docstrings
2017-01-11 12:04:23 +09:00

673 B

API reference

msgpack

pack

dump is alias for pack

packb

dumps is alias for packb

unpack

load is alias for unpack

unpackb

loads is alias for unpackb

Packer

Unpacker

ExtType

exceptions

These exceptions are accessible via msgpack package. (For example, msgpack.OutOfData is shortcut for msgpack.exceptions.OutOfData)

msgpack.exceptions