Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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)