Home
last modified time | relevance | path

Searched refs:_remove_visual_c_ref (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/distutils/tests/
Dtest_msvc9compiler.py152 compiler._remove_visual_c_ref(manifest)
176 got = compiler._remove_visual_c_ref(manifest)
/external/python/cpython3/Lib/distutils/tests/
Dtest_msvc9compiler.py152 compiler._remove_visual_c_ref(manifest)
176 got = compiler._remove_visual_c_ref(manifest)
/external/python/cpython2/Lib/distutils/
Dmsvc9compiler.py704 temp_manifest = self._remove_visual_c_ref(temp_manifest)
709 def _remove_visual_c_ref(self, manifest_file): member in MSVCCompiler
/external/python/cpython3/Lib/distutils/
Dmsvc9compiler.py692 temp_manifest = self._remove_visual_c_ref(temp_manifest)
697 def _remove_visual_c_ref(self, manifest_file): member in MSVCCompiler