Home
last modified time | relevance | path

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

/third_party/python/Lib/distutils/tests/
Dtest_dep_util.py5 from distutils.dep_util import newer, newer_pairwise, newer_group
45 self.assertEqual(newer_pairwise([one, two], [three, four]),
/third_party/python/Lib/distutils/
Ddep_util.py32 def newer_pairwise (sources, targets): function
/third_party/python/Doc/distutils/
Dapiref.rst947 .. function:: newer_pairwise(sources, targets)