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

Method get_finalized_command

Lib/distutils/cmd.py:305–313  ·  view source on GitHub ↗

Wrapper around Distribution's 'get_command_obj()' method: find (create if necessary and 'create' is true) the command object for 'command', call its 'ensure_finalized()' method, and return the finalized command object.

(self, command, create=1)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

byte_compileMethod · 0.80
_mutate_outputsMethod · 0.80
get_inputsMethod · 0.80
runMethod · 0.80
get_ext_fullpathMethod · 0.80
finalize_optionsMethod · 0.80
runMethod · 0.80
finalize_optionsMethod · 0.80
get_outputsMethod · 0.80
get_inputsMethod · 0.80
finalize_optionsMethod · 0.80
finalize_optionsMethod · 0.80

Calls 2

get_command_objMethod · 0.80
ensure_finalizedMethod · 0.45

Tested by 4

test_get_outputsMethod · 0.64
test_ext_fullpathMethod · 0.64
test_finalize_optionsMethod · 0.64
test_skip_buildMethod · 0.64