Home
last modified time | relevance | path

Searched refs:newer_pairwise (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dtest_dep_util.py6 from distutils.dep_util import newer, newer_pairwise, newer_group
46 self.assertEqual(newer_pairwise([one, two], [three, four]),
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Ddep_util.py32 def newer_pairwise(sources, targets): function