Home
last modified time | relevance | path

Searched refs:pyjson (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/test/test_json/
D__init__.py10 pyjson = support.import_fresh_module('json', blocked=['_json']) variable
16 json = pyjson
17 loads = staticmethod(pyjson.loads)
18 dumps = staticmethod(pyjson.dumps)
19 JSONDecodeError = staticmethod(pyjson.JSONDecodeError)
/external/python/cpython2/Lib/json/tests/
D__init__.py11 pyjson = test_support.import_fresh_module('json', blocked=['_json']) variable
15 json = pyjson
16 loads = staticmethod(pyjson.loads)
17 dumps = staticmethod(pyjson.dumps)
Dtest_recursion.py55 return pyjson.JSONEncoder.default(o)