MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / get_command_class

Method get_command_class

Lib/distutils/dist.py:794–830  ·  view source on GitHub ↗

Return the class that implements the Distutils command named by 'command'. First we check the 'cmdclass' dictionary; if the command is mentioned there, we fetch the class object from the dictionary and return it. Otherwise we load the command module ("distutils.comm

(self, command)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

_parse_command_optsMethod · 0.95
_show_helpMethod · 0.95
print_command_listMethod · 0.95
get_command_listMethod · 0.95
get_command_objMethod · 0.95

Calls 4

get_command_packagesMethod · 0.95
getattrFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected