OpenQuizz
Une application de gestion des contenus pédagogiques
|
Data Structures | |
class | Packer |
class | StringIO |
class | Unpacker |
Functions | |
def | dict_iteritems (d) |
def | unpackb (packed, **kwargs) |
Fallback pure Python implementation of msgpack
def dict_iteritems | ( | d | ) |
def pip._vendor.msgpack.fallback.unpackb | ( | packed, | |
** | kwargs | ||
) |
Unpack an object from `packed`. Raises ``ExtraData`` when *packed* contains extra bytes. Raises ``ValueError`` when *packed* is incomplete. Raises ``FormatError`` when *packed* is not valid msgpack. Raises ``StackError`` when *packed* contains too nested. Other exceptions can be raised during unpacking. See :class:`Unpacker` for options.
DEFAULT_RECURSE_LIMIT |
EX_CONSTRUCT |
EX_READ_ARRAY_HEADER |
EX_READ_MAP_HEADER |
EX_SKIP |
int_types |
newlist_hint |
PY2 |
RecursionError |
TYPE_ARRAY |
TYPE_BIN |
TYPE_EXT |
TYPE_IMMEDIATE |
TYPE_MAP |
TYPE_RAW |
unicode |
USING_STRINGBUILDER |
xrange |