Searched refs:newer_pairwise (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython2/Lib/distutils/tests/ |
D | test_dep_util.py | 6 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/ |
D | test_dep_util.py | 5 from distutils.dep_util import newer, newer_pairwise, newer_group 45 self.assertEqual(newer_pairwise([one, two], [three, four]),
|
/external/python/cpython2/Lib/distutils/ |
D | dep_util.py | 33 def newer_pairwise(sources, targets): function
|
/external/python/cpython3/Lib/distutils/ |
D | dep_util.py | 32 def newer_pairwise (sources, targets): function
|
D | ccompiler.py | 11 from distutils.dep_util import newer_pairwise, newer_group
|
/external/python/cpython2/Doc/distutils/ |
D | apiref.rst | 925 .. function:: newer_pairwise(sources, targets)
|
/external/python/cpython3/Doc/distutils/ |
D | apiref.rst | 932 .. function:: newer_pairwise(sources, targets)
|