Home
last modified time | relevance | path

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

/third_party/python/Lib/distutils/tests/
H A Dtest_dist.py70 self.assertEqual(d.get_command_packages(), ["distutils.command"])
81 self.assertEqual(d.get_command_packages(),
156 self.assertEqual(d.get_command_packages(),
162 self.assertEqual(d.get_command_packages(),
169 self.assertEqual(d.get_command_packages(), ["distutils.command"])
211 cmds = dist.get_command_packages()
217 cmds = dist.get_command_packages()
/third_party/python/Lib/distutils/
H A Ddist.py175 # searched for. (Always access using get_command_packages().)
795 def get_command_packages(self): function
823 for pkgname in self.get_command_packages():

Completed in 3 milliseconds