Searched refs:iterlists (Results 1 – 7 of 7) sorted by relevance
/external/scapy/scapy/modules/ |
D | six.py | 593 def iterlists(d, **kw): function 611 def iterlists(d, **kw): function 612 return d.iterlists(**kw) 624 _add_doc(iterlists,
|
/external/python/setuptools/pkg_resources/_vendor/ |
D | six.py | 583 def iterlists(d, **kw): function 601 def iterlists(d, **kw): function 602 return d.iterlists(**kw) 614 _add_doc(iterlists,
|
/external/python/setuptools/setuptools/_vendor/ |
D | six.py | 583 def iterlists(d, **kw): function 601 def iterlists(d, **kw): function 602 return d.iterlists(**kw) 614 _add_doc(iterlists,
|
/external/python/six/ |
D | six.py | 589 def iterlists(d, **kw): function 607 def iterlists(d, **kw): function 608 return d.iterlists(**kw) 620 _add_doc(iterlists,
|
D | test_six.py | 395 def iterlists(self, **kw): member in test_dictionary_iterators.MyDict 397 f = MyDict.iterlists 398 del MyDict.iterlists
|
D | CHANGES | 237 - Add six.iterlists().
|
/external/python/six/documentation/ |
D | index.rst | 199 .. function:: iterlists(dictionary, **kwargs) 201 Calls ``dictionary.iterlists()`` on Python 2 and ``dictionary.lists()`` on
|