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

  /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)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/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)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/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 165 milliseconds