Searched defs:get_command_class (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/distutils/ | ||
D | dist.py | 794 def get_command_class(self, command): member in Distribution |
/external/python/setuptools/setuptools/ | ||
D | dist.py | 617 def get_command_class(self, command): member in Distribution |
/external/python/cpython3/Lib/distutils/ | ||
D | dist.py | 807 def get_command_class(self, command): member in Distribution |