Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/distutils/
Ddist.py794 def get_command_class(self, command): member in Distribution
/external/python/setuptools/setuptools/
Ddist.py617 def get_command_class(self, command): member in Distribution
/external/python/cpython3/Lib/distutils/
Ddist.py807 def get_command_class(self, command): member in Distribution