Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/distutils/
Ddist.py523 cmd_class = self.get_command_class(command)
645 klass = self.get_command_class(command)
706 klass = self.get_command_class(cmd)
772 klass = self.get_command_class(cmd)
794 def get_command_class(self, command): member in Distribution
845 klass = self.get_command_class(command)
/external/python/cpython3/Lib/distutils/
Ddist.py539 cmd_class = self.get_command_class(command)
659 klass = self.get_command_class(command)
720 klass = self.get_command_class(cmd)
785 klass = self.get_command_class(cmd)
807 def get_command_class(self, command): member in Distribution
857 klass = self.get_command_class(command)
/external/python/setuptools/setuptools/command/
Dinstall.py98 easy_install = self.distribution.get_command_class('easy_install')
/external/python/setuptools/setuptools/
Ddist.py617 def get_command_class(self, command): member in Distribution
628 return _Distribution.get_command_class(self, command)
808 cmd_class = self.get_command_class(command)