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

Method reinitialize_command

Lib/distutils/dist.py:903–940  ·  view source on GitHub ↗

Reinitializes a command to the state it was in when first returned by 'get_command_obj()': ie., initialized but not yet finalized. This provides the opportunity to sneak option values in programmatically, overriding or supplementing user-supplied values from the conf

(self, command, reinit_subcommands=0)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 5

get_command_objMethod · 0.95
_set_command_optionsMethod · 0.95
get_command_nameMethod · 0.80
get_sub_commandsMethod · 0.80
initialize_optionsMethod · 0.45

Tested by

no test coverage detected