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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
__init__.py 11 pyjson = test_support.import_fresh_module('json', blocked=['_json']) variable
15 json = pyjson
16 loads = staticmethod(pyjson.loads)
17 dumps = staticmethod(pyjson.dumps)
test_recursion.py 55 return pyjson.JSONEncoder.default(o)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
__init__.py 11 pyjson = test_support.import_fresh_module('json', blocked=['_json']) variable
15 json = pyjson
16 loads = staticmethod(pyjson.loads)
17 dumps = staticmethod(pyjson.dumps)
test_recursion.py 55 return pyjson.JSONEncoder.default(o)

Completed in 301 milliseconds