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

Method get_command_obj

Lib/distutils/dist.py:833–858  ·  view source on GitHub ↗

Return the command object for 'command'. Normally this object is cached on a previous call to 'get_command_obj()'; if no command object for 'command' is in the cache, then we either create and return it (if 'create' is true) or return None.

(self, command, create=1)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 10

reinitialize_commandMethod · 0.95
run_commandMethod · 0.95
set_undefined_optionsMethod · 0.80
get_finalized_commandMethod · 0.80
finalize_optionsMethod · 0.80
runMethod · 0.80
check_metadataMethod · 0.80
check_metadataMethod · 0.80
test_get_file_listMethod · 0.80

Calls 4

announceMethod · 0.95
get_command_classMethod · 0.95
_set_command_optionsMethod · 0.95
getMethod · 0.45

Tested by 2

test_get_file_listMethod · 0.64