MCPcopy Create free account

hub / github.com/simplejson/simplejson / functions

Functions472 in github.com/simplejson/simplejson

↓ 1 callersFunctionis_raw_json
simplejson/_speedups.c:540
↓ 1 callersMethoditerencode
(self, o)
simplejson/encoder.py:422
↓ 1 callersFunctionjson_PyDict_GetItemRef
simplejson/_speedups.c:458
↓ 1 callersFunctionjson_memo_intern_key
simplejson/_speedups.c:490
↓ 1 callersFunctionmain
()
tsan_stress_simplejson.py:488
↓ 1 callersFunctionmain
()
simplejson/tool.py:16
↓ 1 callersFunctionmain
(project_dir=None)
simplejson/tests/__init__.py:83
↓ 1 callersFunctionmake_worker
(tid)
tsan_stress_simplejson.py:326
↓ 1 callersFunctionmaybe_quote_bigint
simplejson/_speedups.c:703
↓ 1 callersFunctionpy_encode_basestring_ascii
simplejson/_speedups.c:1924
↓ 1 callersMethodrun
(self)
setup.py:76
↓ 1 callersMethodrun
(self, result)
simplejson/tests/__init__.py:8
↓ 1 callersFunctionscanner_clear
simplejson/_speedups.c:2187
↓ 1 callersFunctionscanstring_str
simplejson/_speedups.c:1270
↓ 1 callersFunctionscanstring_unicode
simplejson/_speedups.c:1483
↓ 1 callersFunctionstrip_python_stderr
Strip debug-build refcount output from stderr.
simplejson/tests/test_tool.py:9
↓ 1 callersMethodtest_decimal_roundtrip
(self)
simplejson/tests/test_decimal.py:39
↓ 1 callersFunctionworker
()
tsan_stress_simplejson.py:306
↓ 1 callersFunctionwrapper
(fn)
tsan_stress_simplejson.py:272
MethodINVALID
(pos)
simplejson/tests/test_scanstring.py:246
FunctionJSONArray
(state, scan_once, array_hook=None, _w=WHITESPACE.match, _ws=WHITESPACE_STR)
simplejson/decoder.py:246
FunctionJSONObject
(state, encoding, strict, scan_once, object_hook, object_pairs_hook, memo=None, _w=WHITESPACE.
simplejson/decoder.py:148
FunctionJSON_SCAN_FN(_match_number)
simplejson/_speedups_scan.h:72
FunctionJSON_SCAN_FN(_parse_array)
simplejson/_speedups_scan.h:332
FunctionJSON_SCAN_FN(_parse_object)
simplejson/_speedups_scan.h:171
FunctionJSON_SCAN_FN(scan_once)
simplejson/_speedups_scan.h:425
FunctionPyInit__speedups
simplejson/_speedups.c:4001
Method__bool__
(self)
simplejson/tests/test_speedups.py:12
Method__bool__
(self)
simplejson/tests/test_speedups.py:217
Method__bytes__
(self)
simplejson/tests/test_decode.py:15
Method__bytes__
(self)
simplejson/tests/test_dump.py:15
Method__delitem__
(self, key)
simplejson/ordered_dict.py:32
Method__eq__
(self, other)
simplejson/ordered_dict.py:96
Method__ge__
(self, other)
simplejson/tests/test_bitsize_int_as_string.py:73
Method__getattr__
(self, name)
simplejson/tests/test_for_json.py:108
Method__getattr__
(self, name)
simplejson/tests/test_for_json.py:125
Method__getslice__
(self, start, end)
simplejson/tests/test_str_subclass.py:8
Method__init__
(self)
tsan_stress_simplejson.py:132
Method__init__
*encoding* determines the encoding used to interpret any :class:`str` objects decoded by this instance (``'utf-8'`` by defaul
simplejson/decoder.py:323
Method__init__
(self, msg, doc, pos, end=None)
simplejson/errors.py:40
Method__init__
(self, encoded_json)
simplejson/raw_json.py:8
Method__init__
(self, *args, **kwds)
simplejson/ordered_dict.py:10
Method__init__
Constructor for JSONEncoder, with sensible defaults. If skipkeys is false, then it is a TypeError to attempt encoding of keys that ar
simplejson/encoder.py:157
Method__init__
(self, exc_type)
simplejson/tests/test_iterable.py:16
Method__init__
(self, attr, exc)
simplejson/tests/test_for_json.py:105
Method__init__
(self, *args, **kwargs)
simplejson/tests/test_dump.py:116
Method__init__
(self, *args)
simplejson/tests/test_namedtuple.py:16
Method__init__
(self, *args)
simplejson/tests/test_namedtuple.py:23
Method__iter__
(self)
simplejson/ordered_dict.py:38
Method__iter__
(self)
simplejson/tests/test_iterable.py:18
Method__le__
(self, other)
simplejson/tests/test_bitsize_int_as_string.py:75
Method__mul__
(self, other)
simplejson/tests/test_dump.py:127
Method__ne__
(self, other)
simplejson/ordered_dict.py:102
Method__reduce__
(self)
simplejson/errors.py:52
Method__reduce__
(self)
simplejson/ordered_dict.py:59
Method__repr__
(self)
simplejson/ordered_dict.py:81
Method__repr__
(self)
simplejson/tests/test_subclass.py:7
Method__repr__
(self)
simplejson/tests/test_subclass.py:13
Method__reversed__
(self)
simplejson/ordered_dict.py:45
Method__setitem__
(self, key, value)
simplejson/ordered_dict.py:25
Method__str__
(self)
simplejson/tests/test_decode.py:13
Method__str__
(self)
simplejson/tests/test_dump.py:13
Method_asdict
(self)
simplejson/tests/test_speedups.py:254
Method_asdict
(self)
simplejson/tests/test_namedtuple.py:26
Method_asdict
(self)
simplejson/tests/test_namedtuple.py:169
Method_asdict
(self)
simplejson/tests/test_namedtuple.py:173
Method_asdict
(self)
simplejson/tests/test_namedtuple.py:177
Method_asdict
(self)
simplejson/tests/test_namedtuple.py:181
Method_assert_same_output
Encode data and verify the result round-trips correctly.
simplejson/tests/test_dump.py:292
Method_encoder
(o, _orig_encoder=_encoder, _encoding=self.encoding)
simplejson/encoder.py:340
Function_match_number_float_fast_str
simplejson/_speedups.c:2242
Function_match_number_float_fast_unicode
simplejson/_speedups.c:2224
Function_match_number_int_fast_str
simplejson/_speedups.c:2251
Function_match_number_int_fast_unicode
simplejson/_speedups.c:2234
Function_toggle_speedups
(enabled)
simplejson/__init__.py:541
MethodassertScan
(given, expect, test_utf8=True)
simplejson/tests/test_scanstring.py:175
Methodbad_asdict
()
simplejson/tests/test_speedups.py:257
Methodbad_default
(obj)
simplejson/tests/test_check_circular.py:39
Methodbad_encoder1
(*args)
simplejson/tests/test_speedups.py:49
Methodbad_encoder2
(*args)
simplejson/tests/test_speedups.py:59
Functionbounded_int
Backport of the integer string length conversion limitation https://docs.python.org/3/library/stdtypes.html#int-max-str-digits
simplejson/decoder.py:46
Methodbuild_extension
(self, ext)
setup.py:60
Methodcheck
(indent, expected)
simplejson/tests/test_indent.py:58
Methodcircular
()
simplejson/tests/test_speedups.py:240
Functiondecode_iso_8859_15
(b)
simplejson/tests/test_dump.py:23
Methoddefault
Implement this method in a subclass such that it returns a serializable object for ``o``, or calls the base implementation (to raise a
simplejson/encoder.py:271
Methoddefault
(self, o)
simplejson/tests/test_recursion.py:11
Functiondefault_iterable
(obj)
simplejson/tests/test_check_circular.py:4
Functiondump
Serialize ``obj`` as a JSON formatted stream to ``fp`` (a ``.write()``-supporting file-like object). If *skipkeys* is true then ``dict`` keys
simplejson/__init__.py:155
Functionenc_worker
()
tsan_stress_simplejson.py:446
Methodencode
(self, o)
simplejson/encoder.py:413
Functionencoder_call
simplejson/_speedups.c:2735
Functionencoder_dealloc
simplejson/_speedups.c:3584
Functionencoder_new
simplejson/_speedups.c:2511
Functionencoder_traverse
simplejson/_speedups.c:3599
Methodexplode
()
simplejson/tests/test_speedups.py:272
Methodfinalize_options
(self)
setup.py:73
Methodfloatstr
(o, allow_nan=self.allow_nan, ignore_nan=self.ignore_nan, _repr=FLOAT_REPR, _inf=PosInf, _negi
simplejson/encoder.py:345
Methodfor_json
(self)
simplejson/tests/test_for_json.py:11
Methodfor_json
(self)
simplejson/tests/test_for_json.py:16
← previousnext →101–200 of 472, ranked by callers