HomeSort by relevance Sort by last modified time
    Searched refs:roundrobin (Results 1 - 8 of 8) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_deque.py 736 >>> def roundrobin(*iterables):
747 >>> for value in roundrobin('abc', 'd', 'efgh'):
test_itertools.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_deque.py 736 >>> def roundrobin(*iterables):
747 >>> for value in roundrobin('abc', 'd', 'efgh'):
test_itertools.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_deque.py 736 >>> def roundrobin(*iterables):
747 >>> for value in roundrobin('abc', 'd', 'efgh'):
test_itertools.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_deque.py 736 >>> def roundrobin(*iterables):
747 >>> for value in roundrobin('abc', 'd', 'efgh'):
test_itertools.py     [all...]

Completed in 104 milliseconds