Home
last modified time | relevance | path

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

/external/python/cpython2/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]),
/external/python/cpython3/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]),
/external/python/cpython2/Lib/distutils/
Ddep_util.py33 def newer_pairwise(sources, targets): function
/external/python/cpython3/Lib/distutils/
Ddep_util.py32 def newer_pairwise (sources, targets): function
/external/python/cpython2/Doc/distutils/
Dapiref.rst925 .. function:: newer_pairwise(sources, targets)
/external/python/cpython3/Doc/distutils/
Dapiref.rst947 .. function:: newer_pairwise(sources, targets)