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

/external/chromium_org/third_party/simplejson/
H A D__init__.py338 object_pairs_hook=None) variable
342 parse_int=None, parse_constant=None, object_pairs_hook=None,
360 *object_pairs_hook* is an optional function that will be called with
362 The return value of *object_pairs_hook* will be used instead of the
366 insertion). If *object_hook* is also defined, the *object_pairs_hook*
394 parse_constant=parse_constant, object_pairs_hook=object_pairs_hook,
399 parse_int=None, parse_constant=None, object_pairs_hook=None,
416 *object_pairs_hook* is an optional function that will be called with
418 The return value of *object_pairs_hook* wil
[all...]

Completed in 229 milliseconds