MCPcopy Create free account

hub / github.com/simplejson/simplejson / functions

Functions472 in github.com/simplejson/simplejson

Methodtest_lists
(self)
simplejson/tests/test_bitsize_int_as_string.py:42
Methodtest_loads_no_leak
(self)
simplejson/tests/test_speedups.py:201
Methodtest_make_encoder
(self)
simplejson/tests/test_speedups.py:34
Methodtest_make_scanner
(self)
simplejson/tests/test_speedups.py:19
Methodtest_misbehaving_bytes_subtype
(self)
simplejson/tests/test_dump.py:170
Methodtest_misbehaving_text_subtype
(self)
simplejson/tests/test_dump.py:154
Methodtest_mixed_value_types
All JSON value types as dict values.
simplejson/tests/test_dump.py:373
Methodtest_multiple_subinterpreters
Verify multiple subinterpreters can use simplejson concurrently.
simplejson/tests/test_subinterpreters.py:66
Methodtest_namedtuple_dump
(self)
simplejson/tests/test_namedtuple.py:64
Methodtest_namedtuple_dump_false
(self)
simplejson/tests/test_namedtuple.py:85
Methodtest_namedtuple_dumps
(self)
simplejson/tests/test_namedtuple.py:42
Methodtest_namedtuple_dumps_false
(self)
simplejson/tests/test_namedtuple.py:55
Methodtest_nested_dicts
Nested dicts exercise recursive encoding within the dict loop.
simplejson/tests/test_dump.py:366
Methodtest_nested_lists
(self)
simplejson/tests/test_dump.py:446
Methodtest_non_ascii_basic_encode
(self)
simplejson/tests/test_encode_for_html.py:18
Methodtest_non_string_dict_keys_no_leak
Dict keys that aren't already strings go through encoder_stringify_key and the non-cached branch of the key_memo logic. Both paths mus
simplejson/tests/test_speedups.py:280
Methodtest_non_string_keys_fast_path
Fast path with non-string keys that get stringified.
simplejson/tests/test_dump.py:331
Methodtest_non_string_keys_sorted
Slow path with non-string keys + sort_keys.
simplejson/tests/test_dump.py:339
Methodtest_nonascii_digits_rejected
(self)
simplejson/tests/test_decode.py:168
Methodtest_normal_str
(self)
simplejson/tests/test_raw_json.py:26
Methodtest_not_serializable
(self)
simplejson/tests/test_errors.py:20
Methodtest_object_pairs_hook
(self)
simplejson/tests/test_decode.py:44
Methodtest_object_pairs_hook_with_unicode
(self)
simplejson/tests/test_unicode.py:61
Methodtest_ordered_dict
(self)
simplejson/tests/test_dump.py:92
Methodtest_overflow
(self)
simplejson/tests/test_scanstring.py:145
Methodtest_parse
(self)
simplejson/tests/test_pass3.py:16
Methodtest_parse
(self)
simplejson/tests/test_pass1.py:67
Methodtest_parse
(self)
simplejson/tests/test_pass2.py:10
Methodtest_prevent_script_breakout
(self)
simplejson/tests/test_encode_for_html.py:30
Methodtest_py_encode_basestring_ascii
(self)
simplejson/tests/test_encode_basestring_ascii.py:26
Methodtest_py_scanstring
(self)
simplejson/tests/test_scanstring.py:17
Methodtest_raises_typeerror_if_for_json_not_true_with_object
(self)
simplejson/tests/test_for_json.py:95
Methodtest_raw_decode
(self)
simplejson/tests/test_decode.py:81
Methodtest_raw_json_str
(self)
simplejson/tests/test_raw_json.py:29
Methodtest_scan_error
(self)
simplejson/tests/test_errors.py:43
Methodtest_scanner_construction_no_leak
(self)
simplejson/tests/test_speedups.py:206
Methodtest_scanner_instances_work
Verify Scanner heap type instances decode correctly.
simplejson/tests/test_speedups.py:131
Methodtest_scanner_is_heap_type
(self)
simplejson/tests/test_speedups.py:105
Methodtest_scanner_type_is_gc_tracked
Heap types must be GC-tracked so they can be collected.
simplejson/tests/test_speedups.py:118
Methodtest_separators
(self)
simplejson/tests/test_indent.py:71
Methodtest_separators
(self)
simplejson/tests/test_separators.py:8
Methodtest_shared_encoder_instance
A single encoder/decoder instance used by many threads.
simplejson/tests/test_free_threading.py:88
Methodtest_simple_first
(self)
simplejson/tests/test_item_sort_key.py:7
Methodtest_single_element
(self)
simplejson/tests/test_dump.py:443
Methodtest_single_key
Single-key dict.
simplejson/tests/test_dump.py:362
Methodtest_skipkeys_fast_path
Fast path: skipkeys drops unencodable keys.
simplejson/tests/test_dump.py:346
Methodtest_skipkeys_fast_path_no_leak
skipkeys on the PyDict_Next fast path must not leak skipped keys.
simplejson/tests/test_speedups.py:311
Methodtest_skipkeys_slow_path
Slow path: skipkeys + sort_keys drops unencodable keys.
simplejson/tests/test_dump.py:352
Methodtest_sort_keys
(self)
simplejson/tests/test_dump.py:145
Methodtest_sorted_dict
(self)
simplejson/tests/test_encode_basestring_ascii.py:44
Methodtest_stdin_stdout
(self)
simplejson/tests/test_tool.py:64
Methodtest_string_keys_error
(self)
simplejson/tests/test_errors.py:9
Methodtest_stringify_key
(self)
simplejson/tests/test_dump.py:38
Methodtest_stringify_key
(self)
simplejson/tests/test_decimal.py:31
Methodtest_strip_bom
(self)
simplejson/tests/test_unicode.py:149
Methodtest_subinterpreter_heap_types
Verify types are heap types inside subinterpreters.
simplejson/tests/test_subinterpreters.py:118
Methodtest_subinterpreter_state_independent
Verify destroying one subinterpreter doesn't affect another.
simplejson/tests/test_subinterpreters.py:85
Methodtest_surrogates
(self)
simplejson/tests/test_scanstring.py:172
Methodtest_trailing_comma_unexpected_data
(self)
simplejson/tests/test_decode.py:152
Methodtest_truncated_input
(self)
simplejson/tests/test_fail.py:138
Methodtest_tuple_array_dump
(self)
simplejson/tests/test_tuple.py:23
Methodtest_tuple_array_dumps
(self)
simplejson/tests/test_tuple.py:7
Methodtest_tuple_fast_path_no_leak
The indexed fast path for exact tuples must not leak.
simplejson/tests/test_speedups.py:324
Methodtest_tuple_subclass
Slow path: tuple subclass uses iterator.
simplejson/tests/test_dump.py:427
Methodtest_unicode_decode
(self)
simplejson/tests/test_unicode.py:54
Methodtest_unicode_preservation
(self)
simplejson/tests/test_unicode.py:81
Methodtry_bad_encoder
()
simplejson/tests/test_speedups.py:227
Methodtry_bad_scanner
()
simplejson/tests/test_speedups.py:221
Methodworker
()
simplejson/tests/test_free_threading.py:51
Functionwrapped
()
tsan_stress_simplejson.py:273
Methodwrapped
()
simplejson/tests/test_free_threading.py:27
Functionwrapper
(*args, **kwargs)
simplejson/tests/_helpers.py:12
← previous401–472 of 472, ranked by callers