Searched defs:object_hook (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/test/crashers/ |
D | decref_before_assignment.py | 22 object_hook = None variable in Ctx1
|
/external/python/cpython2/Lib/json/ |
D | __init__.py | 258 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
|
D | decoder.py | 148 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.c | 37 PyObject *object_hook; member
|