MCPcopy Create free account

hub / github.com/simplejson/simplejson / types & classes

Types & classes87 in github.com/simplejson/simplejson

↓ 19 callersClassJSONDecodeError
Subclass of ValueError with the following additional properties: msg: The unformatted error message doc: The JSON document being parsed p
simplejson/errors.py:26
↓ 9 callersClassForJson
simplejson/tests/test_for_json.py:5
↓ 4 callersClassBadBool
simplejson/tests/test_speedups.py:11
↓ 4 callersClassForJsonList
simplejson/tests/test_for_json.py:15
↓ 3 callersClassAlternateFloat
simplejson/tests/test_subclass.py:12
↓ 3 callersClassAlternateInt
simplejson/tests/test_subclass.py:6
↓ 3 callersClassDictForJson
simplejson/tests/test_for_json.py:20
↓ 3 callersClassListAsdict
simplejson/tests/test_namedtuple.py:168
↓ 3 callersClassListForJson
simplejson/tests/test_for_json.py:25
↓ 3 callersClassMisbehavingBytesSubtype
simplejson/tests/test_dump.py:10
↓ 3 callersClassMisbehavingTextSubtype
simplejson/tests/test_dump.py:6
↓ 2 callersClassBadAttr
simplejson/tests/test_for_json.py:104
↓ 2 callersClassBuildFailed
setup.py:47
↓ 2 callersClassDeadDict
simplejson/tests/test_namedtuple.py:32
↓ 2 callersClassDeadDuck
simplejson/tests/test_namedtuple.py:29
↓ 2 callersClassDuckPoint
simplejson/tests/test_namedtuple.py:22
↓ 2 callersClassDuckValue
simplejson/tests/test_namedtuple.py:15
↓ 2 callersClassJSONDecoder
Simple JSON <http://json.org> decoder Performs the following translations in decoding by default: +---------------+-------------------+
simplejson/decoder.py:292
↓ 2 callersClassJSONEncoder
Extensible JSON <http://json.org> encoder for Python data structures. Supports the following objects and types by default: +----------------
simplejson/encoder.py:125
↓ 2 callersClassMyDict
simplejson/tests/test_dump.py:316
↓ 2 callersClassOrderedDict
simplejson/ordered_dict.py:8
↓ 2 callersClassWonkyTextSubclass
simplejson/tests/test_str_subclass.py:7
↓ 1 callersClassAwesomeInt
An awesome reimplementation of integers
simplejson/tests/test_dump.py:113
↓ 1 callersClassBadInt
simplejson/tests/test_bitsize_int_as_string.py:72
↓ 1 callersClassBadIter
Object whose __iter__ raises a non-TypeError exception.
simplejson/tests/test_iterable.py:14
↓ 1 callersClassBadNT
simplejson/tests/test_speedups.py:253
↓ 1 callersClassCustom
simplejson/tests/test_check_circular.py:37
↓ 1 callersClassDictAsdict
simplejson/tests/test_namedtuple.py:176
↓ 1 callersClassExplodes
simplejson/tests/test_speedups.py:268
↓ 1 callersClassListBoth
simplejson/tests/test_namedtuple.py:180
↓ 1 callersClassMisbehavingBytesSubtype
simplejson/tests/test_decode.py:10
↓ 1 callersClassMyList
simplejson/tests/test_dump.py:422
↓ 1 callersClassMyTuple
simplejson/tests/test_dump.py:429
↓ 1 callersClassNestedForJson
simplejson/tests/test_for_json.py:10
↓ 1 callersClassNoExtensionTestSuite
simplejson/tests/__init__.py:7
↓ 1 callersClassNoJsonMethods
simplejson/tests/test_for_json.py:124
↓ 1 callersClassRecursiveJSONEncoder
simplejson/tests/test_recursion.py:9
↓ 1 callersClassTestMissingSpeedups
simplejson/tests/__init__.py:17
↓ 1 callersClassTupleAsdict
simplejson/tests/test_namedtuple.py:172
↓ 1 callersClass_ScanCtx
tsan_stress_simplejson.py:126
ClassBadBool
simplejson/tests/test_speedups.py:216
ClassJSONEncoderForHTML
An encoder that produces JSON safe to embed in HTML. To embed JSON content in, say, a script tag on a web page, the characters &, < and > sho
simplejson/encoder.py:399
ClassJSONTestObject
simplejson/tests/test_recursion.py:5
ClassPyModuleDef
simplejson/_speedups.c:147
ClassRawJSON
Wrap an encoded JSON document for direct embedding in the output
simplejson/raw_json.py:4
ClassTestBigintAsString
simplejson/tests/test_bigint_as_string.py:6
ClassTestBitSizeIntAsString
simplejson/tests/test_bitsize_int_as_string.py:6
ClassTestCheckCircular
simplejson/tests/test_check_circular.py:7
ClassTestCommand
setup.py:67
ClassTestDecimal
simplejson/tests/test_decimal.py:8
ClassTestDecode
simplejson/tests/test_decode.py:18
ClassTestDecode
simplejson/tests/test_speedups.py:17
ClassTestDefault
simplejson/tests/test_default.py:5
ClassTestDictEncodingPaths
Verify that the PyDict_Next fast path (unsorted exact dict) and the iterator slow path (sorted, dict subclass, or non-dict mapping) produce id
simplejson/tests/test_dump.py:287
ClassTestDump
simplejson/tests/test_dump.py:26
ClassTestEncode
simplejson/tests/test_speedups.py:32
ClassTestEncodeBaseStringAscii
simplejson/tests/test_encode_basestring_ascii.py:25
ClassTestEncodeForHTML
simplejson/tests/test_encode_for_html.py:5
ClassTestErrors
simplejson/tests/test_errors.py:8
ClassTestFail
simplejson/tests/test_fail.py:108
ClassTestFloat
simplejson/tests/test_float.py:8
ClassTestForJson
simplejson/tests/test_for_json.py:30
ClassTestFreeThreading
Exercise the C extension from multiple threads simultaneously.
simplejson/tests/test_free_threading.py:16
ClassTestFrozenDict
Test encoding of frozendict (CPython 3.15+ PEP 814).
simplejson/tests/test_dump.py:259
ClassTestHeapTypes
Verify that Scanner and Encoder are heap types on Python 3.13+.
simplejson/tests/test_speedups.py:101
ClassTestIndent
simplejson/tests/test_indent.py:7
ClassTestItemSortKey
simplejson/tests/test_item_sort_key.py:6
ClassTestIterable
simplejson/tests/test_iterable.py:22
ClassTestListEncodingPaths
Verify that the indexed fast path (exact list/tuple) and the iterator slow path (subclasses, other iterables) produce identical output.
simplejson/tests/test_dump.py:403
ClassTestNamedTuple
simplejson/tests/test_namedtuple.py:41
ClassTestPass1
simplejson/tests/test_pass1.py:66
ClassTestPass2
simplejson/tests/test_pass2.py:9
ClassTestPass3
simplejson/tests/test_pass3.py:15
ClassTestRawJson
simplejson/tests/test_raw_json.py:24
ClassTestRecursion
simplejson/tests/test_recursion.py:20
ClassTestRefcountLeaks
Catch refcount leaks in the C extension. These tests only run on debug builds of CPython, which expose sys.gettotalrefcount(). On release bui
simplejson/tests/test_speedups.py:145
ClassTestScanString
simplejson/tests/test_scanstring.py:8
ClassTestSeparators
simplejson/tests/test_separators.py:7
ClassTestStrSubclass
simplejson/tests/test_str_subclass.py:11
ClassTestSubclass
simplejson/tests/test_subclass.py:23
ClassTestSubinterpreters
Test that the C extension can be loaded in subinterpreters.
simplejson/tests/test_subinterpreters.py:16
ClassTestTool
simplejson/tests/test_tool.py:18
ClassTestTuples
simplejson/tests/test_tuple.py:6
ClassTestUnicode
simplejson/tests/test_unicode.py:8
Class_PyEncoderObject
simplejson/_speedups.c:280
Class_PyScannerObject
simplejson/_speedups.c:235
Classve_build_ext
setup.py:51