Searched defs:object_hook (Results 1 – 3 of 3) sorted by relevance
/third_party/python/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
|
/third_party/python/Modules/ |
D | _json.c | 32 PyObject *object_hook; member
|