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

  /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 794 milliseconds