types-simplejson 3.20.0.20250822
Version history | Download JSON
-
PyPI https://pypi.org/project/types-simplejson/ Repository https://github.com/python/typeshed -
py.typedstubs-only typeshed -
Coverage
%%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%% pie title "Typed" : 245 "Any" : 16 "Untyped" : 31 -
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
- 32 methods (+0 overloads)
- 8 modules
- 8 attrs
- 10 functions (+4 overloads)
Modules
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.