Searched refs:_json (Results 1 – 25 of 37) sorted by relevance
12
9 protected final String _json; field in ManualReadPerfWithMedia13 _json = json; in ManualReadPerfWithMedia()50 JsonParser p = _factory.createParser(_json); in testRead1()59 final char[] ch = _json.toCharArray(); in testRead2()
17 import _json, weakref43 scanner = _json.make_scanner(Ctx1())
15 _json _json.c
6 from _json import encode_basestring_ascii as c_encode_basestring_ascii10 from _json import encode_basestring as c_encode_basestring14 from _json import make_encoder as c_make_encoder
5 from _json import make_scanner as c_make_scanner
7 from _json import scanstring as c_scanstring
6 from _json import encode_basestring_ascii as c_encode_basestring_ascii10 from _json import make_encoder as c_make_encoder
9 from _json import scanstring as c_scanstring
82 self._json = json
31 "Modules/_json.c",
46 "Modules/_json.c",
47 "Modules/_json.c",
77 import json as _json namespace305 s=_compat.as_bytes(_json.dumps(774 call_def.children_inputs_mappings = _json.loads(
83 Fixed crashes in _json functions called with arguments of inappropriate
127 Fix an assertion failure in `json`, in case `_json.make_encoder()` received
473 Removed the __init__ methods of _json's scanner and encoder. Misusing them
122 Port _json extension module to multiphase initialization (:pep:`489`).
188 #_json -I$(srcdir)/Include/internal -DPy_BUILD_CORE_BUILTIN _json.c # _json speedups
372 "py2-c-module-_json",720 name: "py2-c-module-_json",723 "Modules/_json.c",
298 self._json = json
355 Strengthen resistance of ``_json.encode_basestring_ascii()`` to integer590 Fixed possible integer overflow in _json.encode_basestring_ascii.
308 .. _json-to-py-table:666 .. _json-commandline:
6 [crates.io]: https://crates.io/crates/serde\_json
152 SOURCE=..\..\Modules\_json.c