Home
last modified time | relevance | path

Searched defs:cjson (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/json/tests/
D__init__.py10 cjson = test_support.import_fresh_module('json', fresh=['_json']) variable
/external/python/cpython3/Lib/test/test_json/
D__init__.py11 cjson = import_helper.import_fresh_module('json', fresh=['_json']) variable