Home
last modified time | relevance | path

Searched refs:iterables (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dheapq.py319 def merge(*iterables): argument
334 for itnum, it in enumerate(map(iter, iterables)):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dheapq.py357 def merge(*iterables): argument
373 for itnum, it in enumerate(map(iter, iterables)):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_itertools.py58 def chain2(*iterables): argument
60 for it in iterables: