HomeSort by relevance Sort by last modified time
    Searched refs:object_hook (Results 1 - 25 of 43) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/
scanner.py 25 object_hook = context.object_hook
38 _scan_once, object_hook, object_pairs_hook)
decoder.py 150 def JSONObject(s_and_end, encoding, strict, scan_once, object_hook,
169 if object_hook is not None:
170 pairs = object_hook(pairs)
234 if object_hook is not None:
235 pairs = object_hook(pairs)
304 def __init__(self, encoding=None, object_hook=None, parse_float=None,
314 ``object_hook``, if specified, will be called with the result
325 ``object_hook`` is also defined, the ``object_pairs_hook`` takes
350 self.object_hook = object_hook
    [all...]
__init__.py 69 ... object_hook=as_complex)
253 _default_decoder = JSONDecoder(encoding=None, object_hook=None,
257 def load(fp, encoding=None, cls=None, object_hook=None, parse_float=None,
269 ``object_hook`` is an optional function that will be called with the
271 ``object_hook`` will be used instead of the ``dict``. This feature
280 ``object_hook`` is also defined, the ``object_pairs_hook`` takes priority.
287 encoding=encoding, cls=cls, object_hook=object_hook,
293 def loads(s, encoding=None, cls=None, object_hook=None, parse_float=None,
303 ``object_hook`` is an optional function that will be called with the
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/
scanner.py 25 object_hook = context.object_hook
38 _scan_once, object_hook, object_pairs_hook)
decoder.py 149 def JSONObject(s_and_end, encoding, strict, scan_once, object_hook,
168 if object_hook is not None:
169 pairs = object_hook(pairs)
233 if object_hook is not None:
234 pairs = object_hook(pairs)
304 def __init__(self, encoding=None, object_hook=None, parse_float=None,
314 ``object_hook``, if specified, will be called with the result
325 ``object_hook`` is also defined, the ``object_pairs_hook`` takes
350 self.object_hook = object_hook
    [all...]
__init__.py 69 ... object_hook=as_complex)
241 _default_decoder = JSONDecoder(encoding=None, object_hook=None,
245 def load(fp, encoding=None, cls=None, object_hook=None, parse_float=None,
257 ``object_hook`` is an optional function that will be called with the
259 ``object_hook`` will be used instead of the ``dict``. This feature
268 ``object_hook`` is also defined, the ``object_pairs_hook`` takes priority.
275 encoding=encoding, cls=cls, object_hook=object_hook,
281 def loads(s, encoding=None, cls=None, object_hook=None, parse_float=None,
291 ``object_hook`` is an optional function that will be called with the
    [all...]
  /external/python/cpython2/Lib/json/
scanner.py 25 object_hook = context.object_hook
38 _scan_once, object_hook, object_pairs_hook)
decoder.py 148 def JSONObject(s_and_end, encoding, strict, scan_once, object_hook,
167 if object_hook is not None:
168 pairs = object_hook(pairs)
232 if object_hook is not None:
233 pairs = object_hook(pairs)
302 def __init__(self, encoding=None, object_hook=None, parse_float=None,
312 ``object_hook``, if specified, will be called with the result
323 ``object_hook`` is also defined, the ``object_pairs_hook`` takes
348 self.object_hook = object_hook
    [all...]
__init__.py 69 ... object_hook=as_complex)
254 _default_decoder = JSONDecoder(encoding=None, object_hook=None,
258 def load(fp, encoding=None, cls=None, object_hook=None, parse_float=None,
270 ``object_hook`` is an optional function that will be called with the
272 ``object_hook`` will be used instead of the ``dict``. This feature
281 ``object_hook`` is also defined, the ``object_pairs_hook`` takes priority.
288 encoding=encoding, cls=cls, object_hook=object_hook,
294 def loads(s, encoding=None, cls=None, object_hook=None, parse_float=None,
304 ``object_hook`` is an optional function that will be called with th
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/json/
scanner.py 25 object_hook = context.object_hook
38 _scan_once, object_hook, object_pairs_hook)
decoder.py 149 def JSONObject(s_and_end, encoding, strict, scan_once, object_hook,
168 if object_hook is not None:
169 pairs = object_hook(pairs)
233 if object_hook is not None:
234 pairs = object_hook(pairs)
303 def __init__(self, encoding=None, object_hook=None, parse_float=None,
313 ``object_hook``, if specified, will be called with the result
324 ``object_hook`` is also defined, the ``object_pairs_hook`` takes
349 self.object_hook = object_hook
    [all...]
__init__.py 69 ... object_hook=as_complex)
253 _default_decoder = JSONDecoder(encoding=None, object_hook=None,
257 def load(fp, encoding=None, cls=None, object_hook=None, parse_float=None,
269 ``object_hook`` is an optional function that will be called with the
271 ``object_hook`` will be used instead of the ``dict``. This feature
280 ``object_hook`` is also defined, the ``object_pairs_hook`` takes priority.
287 encoding=encoding, cls=cls, object_hook=object_hook,
293 def loads(s, encoding=None, cls=None, object_hook=None, parse_float=None,
303 ``object_hook`` is an optional function that will be called with th
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/json/
scanner.py 25 object_hook = context.object_hook
38 _scan_once, object_hook, object_pairs_hook)
decoder.py 149 def JSONObject(s_and_end, encoding, strict, scan_once, object_hook,
168 if object_hook is not None:
169 pairs = object_hook(pairs)
233 if object_hook is not None:
234 pairs = object_hook(pairs)
303 def __init__(self, encoding=None, object_hook=None, parse_float=None,
313 ``object_hook``, if specified, will be called with the result
324 ``object_hook`` is also defined, the ``object_pairs_hook`` takes
349 self.object_hook = object_hook
    [all...]
__init__.py 69 ... object_hook=as_complex)
253 _default_decoder = JSONDecoder(encoding=None, object_hook=None,
257 def load(fp, encoding=None, cls=None, object_hook=None, parse_float=None,
269 ``object_hook`` is an optional function that will be called with the
271 ``object_hook`` will be used instead of the ``dict``. This feature
280 ``object_hook`` is also defined, the ``object_pairs_hook`` takes priority.
287 encoding=encoding, cls=cls, object_hook=object_hook,
293 def loads(s, encoding=None, cls=None, object_hook=None, parse_float=None,
303 ``object_hook`` is an optional function that will be called with th
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
scanner.py 25 object_hook = context.object_hook
38 _scan_once, object_hook, object_pairs_hook)
decoder.py 149 def JSONObject(s_and_end, encoding, strict, scan_once, object_hook,
168 if object_hook is not None:
169 pairs = object_hook(pairs)
233 if object_hook is not None:
234 pairs = object_hook(pairs)
303 def __init__(self, encoding=None, object_hook=None, parse_float=None,
313 ``object_hook``, if specified, will be called with the result
324 ``object_hook`` is also defined, the ``object_pairs_hook`` takes
349 self.object_hook = object_hook
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
scanner.py 25 object_hook = context.object_hook
38 _scan_once, object_hook, object_pairs_hook)
decoder.py 149 def JSONObject(s_and_end, encoding, strict, scan_once, object_hook,
168 if object_hook is not None:
169 pairs = object_hook(pairs)
233 if object_hook is not None:
234 pairs = object_hook(pairs)
303 def __init__(self, encoding=None, object_hook=None, parse_float=None,
313 ``object_hook``, if specified, will be called with the result
324 ``object_hook`` is also defined, the ``object_pairs_hook`` takes
349 self.object_hook = object_hook
    [all...]
  /external/python/cpython2/Lib/test/crashers/
decref_before_assignment.py 22 object_hook = None variable in class:Ctx1
  /external/python/cpython3/Lib/json/
scanner.py 24 object_hook = context.object_hook
38 _scan_once, object_hook, object_pairs_hook, memo)
decoder.py 135 def JSONObject(s_and_end, strict, scan_once, object_hook, object_pairs_hook,
158 if object_hook is not None:
159 pairs = object_hook(pairs)
212 if object_hook is not None:
213 pairs = object_hook(pairs)
283 def __init__(self, *, object_hook=None, parse_float=None,
286 """``object_hook``, if specified, will be called with the result
297 ``object_hook`` is also defined, the ``object_pairs_hook`` takes
321 self.object_hook = object_hook
    [all...]
__init__.py 67 ... object_hook=as_complex)
241 _default_decoder = JSONDecoder(object_hook=None, object_pairs_hook=None)
274 def load(fp, *, cls=None, object_hook=None, parse_float=None,
279 ``object_hook`` is an optional function that will be called with the
281 ``object_hook`` will be used instead of the ``dict``. This feature
290 ``object_hook`` is also defined, the ``object_pairs_hook`` takes priority.
297 cls=cls, object_hook=object_hook,
302 def loads(s, *, encoding=None, cls=None, object_hook=None, parse_float=None,
307 ``object_hook`` is an optional function that will be called with th
    [all...]
  /external/mesa3d/src/gallium/tools/trace/
diff_state.py 321 object_hook = strip_object_hook
323 object_hook = None
327 return json.loads(data, strict=False, object_hook = object_hook)
329 return json.load(stream, strict=False, object_hook = object_hook)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/
test_decode.py 42 # the object_pairs_hook takes priority over the object_hook
45 object_hook=lambda x: None),

Completed in 295 milliseconds

1 2