Searched refs:iterlists (Results 1 – 11 of 11) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/vendored/ |
D | six.py | 543 def iterlists(d, **kw): function 555 def iterlists(d, **kw): function 556 return iter(d.iterlists(**kw)) 562 _add_doc(iterlists,
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/six/ |
D | six.py | 560 def iterlists(d, **kw): function 578 def iterlists(d, **kw): function 579 return iter(d.iterlists(**kw)) 591 _add_doc(iterlists,
|
D | test_six.py | 369 def iterlists(self, **kw): member in test_dictionary_iterators.MyDict 371 f = MyDict.iterlists 372 del MyDict.iterlists
|
D | CHANGES | 198 - Add six.iterlists().
|
/external/chromium-trace/catapult/third_party/six/ |
D | six.py | 583 def iterlists(d, **kw): function 601 def iterlists(d, **kw): function 602 return d.iterlists(**kw) 614 _add_doc(iterlists,
|
D | test_six.py | 389 def iterlists(self, **kw): member in test_dictionary_iterators.MyDict 391 f = MyDict.iterlists 392 del MyDict.iterlists
|
D | CHANGES | 214 - Add six.iterlists().
|
/external/autotest/frontend/shared/ |
D | rest_client.py | 182 return mapping.iterlists()
|
D | resource_lib.py | 136 for name, values in parameters.iterlists():
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/six/documentation/ |
D | index.rst | 197 .. function:: iterlists(dictionary, **kwargs) 199 Calls ``dictionary.iterlists()`` on Python 2 and ``dictionary.lists()`` on
|
/external/chromium-trace/catapult/third_party/six/documentation/ |
D | index.rst | 197 .. function:: iterlists(dictionary, **kwargs) 199 Calls ``dictionary.iterlists()`` on Python 2 and ``dictionary.lists()`` on
|