Skip to content

types-simplejson 3.20.0.20250822

Version history | Download JSON

  • PyPI https://pypi.org/project/types-simplejson/
    Repository https://github.com/python/typeshed

  • py.typed
    stubs-only typeshed

  • Coverage


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "Typed" : 245
        "Any" : 16
        "Untyped" : 31
    • 89.4% coverage
    • 83.9% coverage (strict)
    • 292 typable
      • 245 typed
      • 31 untyped
      • 16 Any
  • Typables


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "functions" : 84
        "classes" : 120
        "other" : 8
    • 10 functions (+4 overloads)
      • 74 parameters
    • 11 classes
      • 32 methods (+0 overloads)
        • 88 parameters
      • 0 properties
    • 8 modules
      • 8 attrs

Modules

Module Coverage Coverage (strict) Typables Ignores
simplejson 100.0% 88.7% 71 0
simplejson.decoder 100.0% 96.3% 54 0
simplejson.encoder 95.1% 89.2% 102 0
simplejson.errors 100.0% 100.0% 14 0
simplejson.raw_json 100.0% 100.0% 6 0
simplejson.scanner 100.0% 100.0% 18 0
simplejson.compat 33.3% 33.3% 3 0
simplejson.ordered_dict 0.0% 0.0% 24 0

Incomplete Annotations

simplejson (0 missing, 8 any)

Symbol Typable Typed Any
func simplejson.loads 12 12 2
func simplejson.load 12 12 2
func simplejson.dump 23 23 2
func simplejson.dumps 22 22 2

simplejson.decoder (0 missing, 2 any)

Symbol Typable Typed Any
meth JSONDecoder.decode 4 4 1
meth JSONDecoder.decode 4 4 1

simplejson.encoder (5 missing, 6 any)

Symbol Typable Typed Any
meth JSONEncoder.encode 2 2 1
meth JSONEncoder.default 2 2 1
meth JSONEncoder.iterencode 2 2 1
meth JSONEncoder.encode 2 2 1
meth JSONEncoder.default 2 2 1
meth JSONEncoder.iterencode 2 2 1
attr simplejson.encoder.c_make_encoder 1 0 0
attr simplejson.encoder.c_encode_basestring_ascii 1 0 0
func simplejson.encoder.py_encode_basestring_ascii 3 0 0

simplejson.compat (2 missing, 0 any)

Symbol Typable Typed Any
func b 2 0 0

simplejson.ordered_dict (24 missing, 0 any)

Symbol Typable Typed Any
meth OrderedDict.init 3 0 0
meth OrderedDict.clear 1 0 0
meth OrderedDict.setitem 3 0 0
meth OrderedDict.delitem 2 0 0
meth OrderedDict.iter 1 0 0
meth OrderedDict.reversed 1 0 0
meth OrderedDict.popitem 2 0 0
meth OrderedDict.reduce 1 0 0
meth OrderedDict.keys 1 0 0
meth OrderedDict.repr 1 0 0
meth OrderedDict.copy 1 0 0
meth OrderedDict.fromkeys 3 0 0
meth OrderedDict.eq 2 0 0
meth OrderedDict.ne 2 0 0

Type-Ignore Comments

No type-ignore comments.