Home | History | Annotate | Download | only in json

Lines Matching refs:object_pairs_hook

150                object_pairs_hook, _w=WHITESPACE.match, _ws=WHITESPACE_STR):
164 if object_pairs_hook is not None:
165 result = object_pairs_hook(pairs)
229 if object_pairs_hook is not None:
230 result = object_pairs_hook(pairs)
305 object_pairs_hook=None):
318 ``object_pairs_hook``, if specified will be called with the result of
320 value of ``object_pairs_hook`` will be used instead of the ``dict``.
324 ``object_hook`` is also defined, the ``object_pairs_hook`` takes
350 self.object_pairs_hook = object_pairs_hook