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

Method get_command_list

Lib/distutils/dist.py:747–778  ·  view source on GitHub ↗

Get a list of (command, description) tuples. The list is divided into "standard commands" (listed in distutils.command.__all__) and "extra commands" (mentioned in self.cmdclass, but not a standard command). The descriptions come from the command class attribute 'desc

(self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

get_command_classMethod · 0.95
keysMethod · 0.45
getMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected