Searched defs:object_hook (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython3/Lib/json/ |
D | __init__.py | 274 def load(fp, *, cls=None, object_hook=None, parse_float=None, argument 299 def loads(s, *, cls=None, object_hook=None, parse_float=None, argument
|
D | decoder.py | 136 def JSONObject(s_and_end, strict, scan_once, object_hook, object_pairs_hook, argument 284 def __init__(self, *, object_hook=None, parse_float=None, argument
|
/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/Lib/test/crashers/ |
D | decref_before_assignment.py | 22 object_hook = None variable in Ctx1
|
/external/python/cpython3/Modules/ |
D | _json.c | 32 PyObject *object_hook; member
|
/external/python/cpython2/Modules/ |
D | _json.c | 37 PyObject *object_hook; member
|