Lines Matching refs:object_pairs_hook
213 …ng[, cls[, object_hook[, parse_float[, parse_int[, parse_constant[, object_pairs_hook[, **kw]]]]]]…
231 *object_pairs_hook* is an optional function that will be called with the
233 return value of *object_pairs_hook* will be used instead of the
237 *object_hook* is also defined, the *object_pairs_hook* takes priority.
240 Added support for *object_pairs_hook*.
265 …ng[, cls[, object_hook[, parse_float[, parse_int[, parse_constant[, object_pairs_hook[, **kw]]]]]]…
282 …oding[, object_hook[, parse_float[, parse_int[, parse_constant[, strict[, object_pairs_hook]]]]]]])
325 *object_pairs_hook*, if specified will be called with the result of every
327 *object_pairs_hook* will be used instead of the :class:`dict`. This
331 *object_hook* is also defined, the *object_pairs_hook* takes priority.
334 Added support for *object_pairs_hook*.
578 The *object_pairs_hook* parameter can be used to alter this behavior.