Home
last modified time | relevance | path

Searched refs:JSONDecoder (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Lib/json/
H A D__init__.py101 'JSONDecoder', 'JSONDecodeError', 'JSONEncoder',
106 from .decoder import JSONDecoder, JSONDecodeError namespace
241 _default_decoder = JSONDecoder(object_hook=None, object_pairs_hook=None)
290 To use a custom ``JSONDecoder`` subclass, specify it with the ``cls``
291 kwarg; otherwise ``JSONDecoder`` is used.
330 To use a custom ``JSONDecoder`` subclass, specify it with the ``cls``
331 kwarg; otherwise ``JSONDecoder`` is used.
348 cls = JSONDecoder
H A Ddecoder.py1 """Implementation of JSONDecoder
11 __all__ = ['JSONDecoder', 'JSONDecodeError']
254 class JSONDecoder(object): class
/third_party/python/Lib/test/test_json/
H A Dtest_decode.py62 decoder = self.json.decoder.JSONDecoder()
96 d = self.json.JSONDecoder()
H A Dtest_speedups.py27 self.json.decoder.JSONDecoder(strict=BadBool()).decode(value)
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_gather_types_c.py113 spirv_info = json.JSONDecoder().decode(open(args.json, "r").read())
H A Dspirv_info_c.py113 spirv_info = json.JSONDecoder().decode(open(pargs.json, "r").read())

Completed in 3 milliseconds