Home
last modified time | relevance | path

Searched refs:get_command_obj (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Lib/distutils/
Dcmd.py286 src_cmd_obj = self.distribution.get_command_obj(src_cmd)
298 cmd_obj = self.distribution.get_command_obj(command, create)
Ddist.py845 def get_command_obj(self, command, create=1): member in Distribution
938 command = self.get_command_obj(command_name)
983 cmd_obj = self.get_command_obj(command)
/third_party/python/Lib/distutils/tests/
Dtest_core.py97 install = dist.get_command_obj('install')
Dtest_sdist.py360 build_py = dist.get_command_obj('build_py')
Dtest_dist.py83 cmd = d.get_command_obj("test_dist")
/third_party/python/Lib/distutils/command/
Dregister.py62 check = self.distribution.get_command_obj('check')
Dsdist.py166 check = self.distribution.get_command_obj('check')
Dinstall.py570 build_plat = self.distribution.get_command_obj('build').plat_name