Home
last modified time | relevance | path

Searched defs:object_hook (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/test/crashers/
Ddecref_before_assignment.py22 object_hook = None variable in Ctx1
/external/python/cpython2/Lib/json/
D__init__.py258 def load(fp, encoding=None, cls=None, object_hook=None, parse_float=None, argument
294 def loads(s, encoding=None, cls=None, object_hook=None, parse_float=None, argument
Ddecoder.py148 def JSONObject(s_and_end, encoding, strict, scan_once, object_hook, argument
302 def __init__(self, encoding=None, object_hook=None, parse_float=None, argument
/external/python/cpython2/Modules/
D_json.c37 PyObject *object_hook; member