Skip to content

msgpack 1.1.2

Version history | Download JSON

  • PyPI https://pypi.org/project/msgpack/
    Repository https://github.com/msgpack/msgpack-python

  • py.typed

  • Coverage


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "Typed" : 0
        "Any" : 0
        "Untyped" : 136
    • 0.0% coverage
    • 0.0% coverage (strict)
    • 136 typable
      • 0 typed
      • 136 untyped
      • 0 Any
  • Typables


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "functions" : 15
        "classes" : 115
        "other" : 0
    • 5 functions (+0 overloads)
      • 10 parameters
    • 11 classes
      • 52 methods (+0 overloads)
        • 63 parameters
      • 0 properties
    • 4 modules
      • 0 attrs

Modules

Module Coverage Coverage (strict) Typables Ignores
msgpack 0.0% 0.0% 10 0
msgpack.exceptions 0.0% 0.0% 6 0
msgpack.ext 0.0% 0.0% 26 0
msgpack.fallback 0.0% 0.0% 94 0

Incomplete Annotations

msgpack (10 missing, 0 any)

Symbol Typable Typed Any
func pack 4 0 0
func unpack 3 0 0
func packb 3 0 0

msgpack.exceptions (6 missing, 0 any)

Symbol Typable Typed Any
meth ExtraData.init 3 0 0
meth ExtraData.str 1 0 0
attr ExtraData.unpacked 1 0 0
attr ExtraData.extra 1 0 0

msgpack.ext (26 missing, 0 any)

Symbol Typable Typed Any
meth ExtType.new 3 0 0
meth Timestamp.init 3 0 0
meth Timestamp.repr 1 0 0
meth Timestamp.eq 2 0 0
meth Timestamp.ne 2 0 0
meth Timestamp.hash 1 0 0
meth Timestamp.from_bytes 2 0 0
meth Timestamp.to_bytes 1 0 0
meth Timestamp.from_unix 2 0 0
meth Timestamp.to_unix 1 0 0
meth Timestamp.from_unix_nano 2 0 0
meth Timestamp.to_unix_nano 1 0 0
meth Timestamp.to_datetime 1 0 0
meth Timestamp.from_datetime 2 0 0
attr Timestamp.seconds 1 0 0
attr Timestamp.nanoseconds 1 0 0

msgpack.fallback (94 missing, 0 any)

Symbol Typable Typed Any
func newlist_hint 2 0 0
func unpackb 3 0 0
meth BytesIO.init 2 0 0
meth BytesIO.write 2 0 0
meth BytesIO.getvalue 1 0 0
attr BytesIO.builder 1 0 0
meth Packer.init 9 0 0
meth Packer._pack 5 0 0
meth Packer.pack 2 0 0
meth Packer.pack_map_pairs 2 0 0
meth Packer.pack_array_header 2 0 0
meth Packer.pack_map_header 2 0 0
meth Packer.pack_ext_type 3 0 0
meth Packer._pack_array_header 2 0 0
meth Packer._pack_map_header 2 0 0
meth Packer._pack_map_pairs 4 0 0
meth Packer._pack_raw_header 2 0 0
meth Packer._pack_bin_header 2 0 0
meth Packer.bytes 1 0 0
meth Packer.reset 1 0 0
meth Packer.getbuffer 1 0 0
meth Unpacker.init 18 0 0
meth Unpacker.feed 2 0 0
meth Unpacker._consume 1 0 0
meth Unpacker._got_extradata 1 0 0
meth Unpacker._get_extradata 1 0 0
meth Unpacker.read_bytes 2 0 0
meth Unpacker._read 3 0 0
meth Unpacker._reserve 3 0 0
meth Unpacker._read_header 1 0 0
meth Unpacker._unpack 2 0 0
meth Unpacker.iter 1 0 0
meth Unpacker.next 1 0 0
meth Unpacker.next 1 0 0
meth Unpacker.skip 1 0 0
meth Unpacker.unpack 1 0 0
meth Unpacker.read_array_header 1 0 0
meth Unpacker.read_map_header 1 0 0
meth Unpacker.tell 1 0 0
attr Unpacker.file_like 1 0 0

Type-Ignore Comments

No type-ignore comments.