Home
last modified time | relevance | path

Searched refs:check_library_list (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/distutils/tests/
Dtest_build_clib.py22 self.assertRaises(DistutilsSetupError, cmd.check_library_list, 'foo')
25 self.assertRaises(DistutilsSetupError, cmd.check_library_list,
30 self.assertRaises(DistutilsSetupError, cmd.check_library_list,
34 self.assertRaises(DistutilsSetupError, cmd.check_library_list,
39 self.assertRaises(DistutilsSetupError, cmd.check_library_list,
45 cmd.check_library_list(libs)
/external/python/cpython2/Lib/distutils/command/
Dbuild_clib.py85 self.check_library_list(self.libraries)
119 def check_library_list(self, libraries): member in build_clib
168 self.check_library_list(self.libraries)