Searched refs:_try_compile_deployment_target (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Lib/distutils/tests/
H A Dtest_build_ext.py439 self._try_compile_deployment_target('==', None)
446 self._try_compile_deployment_target, '>', '10.1')
459 self._try_compile_deployment_target('<', deptarget)
461 def _try_compile_deployment_target(self, operator, target): member in class:BuildExtTestCase

Completed in 169 milliseconds