HomeSort by relevance Sort by last modified time
    Searched refs:cjson (Results 1 - 4 of 4) sorted by null

  /external/python/cpython3/Lib/test/test_json/
__init__.py 9 cjson = support.import_fresh_module('json', fresh=['_json']) variable
12 cjson.JSONDecodeError = cjson.decoder.JSONDecodeError = json.JSONDecodeError
21 @unittest.skipUnless(cjson, 'requires _json')
23 if cjson is not None:
24 json = cjson
25 loads = staticmethod(cjson.loads)
26 dumps = staticmethod(cjson.dumps)
27 JSONDecodeError = staticmethod(cjson.JSONDecodeError)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/
__init__.py 10 cjson = test_support.import_fresh_module('json', fresh=['_json']) variable
19 @unittest.skipUnless(cjson, 'requires _json')
21 if cjson is not None:
22 json = cjson
23 loads = staticmethod(cjson.loads)
24 dumps = staticmethod(cjson.dumps)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/
__init__.py 10 cjson = test_support.import_fresh_module('json', fresh=['_json']) variable
19 @unittest.skipUnless(cjson, 'requires _json')
21 if cjson is not None:
22 json = cjson
23 loads = staticmethod(cjson.loads)
24 dumps = staticmethod(cjson.dumps)
  /external/python/cpython2/Lib/json/tests/
__init__.py 10 cjson = test_support.import_fresh_module('json', fresh=['_json']) variable
19 @unittest.skipUnless(cjson, 'requires _json')
21 if cjson is not None:
22 json = cjson
23 loads = staticmethod(cjson.loads)
24 dumps = staticmethod(cjson.dumps)

Completed in 159 milliseconds