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

/external/chromium_org/third_party/simplejson/
H A D_speedups.c55 PyObject *object_hook; member in struct:_PyScannerObject
66 {"object_hook", T_OBJECT, offsetof(PyScannerObject, object_hook), READONLY, "object_hook"},
993 Py_VISIT(s->object_hook);
1010 Py_CLEAR(s->object_hook);
1026 Returns a new PyObject (usually a dict, but object_hook or
1149 /* if object_hook is not None: rval = object_hook(rval) */
1150 if (s->object_hook !
[all...]

Completed in 298 milliseconds