Home
last modified time | relevance | path

Searched refs:iterlists (Results 1 – 7 of 7) sorted by relevance

/external/scapy/scapy/modules/
Dsix.py593 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/
Dsix.py583 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/
Dsix.py583 def iterlists(d, **kw): function
601 def iterlists(d, **kw): function
602 return d.iterlists(**kw)
614 _add_doc(iterlists,
/external/python/six/
Dsix.py589 def iterlists(d, **kw): function
607 def iterlists(d, **kw): function
608 return d.iterlists(**kw)
620 _add_doc(iterlists,
Dtest_six.py395 def iterlists(self, **kw): member in test_dictionary_iterators.MyDict
397 f = MyDict.iterlists
398 del MyDict.iterlists
DCHANGES237 - Add six.iterlists().
/external/python/six/documentation/
Dindex.rst199 .. function:: iterlists(dictionary, **kwargs)
201 Calls ``dictionary.iterlists()`` on Python 2 and ``dictionary.lists()`` on