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

Method set_undefined_options

Lib/distutils/cmd.py:280–302  ·  view source on GitHub ↗

Set the values of any "undefined" options from corresponding option values in some other command object. "Undefined" here means "is None", which is the convention used to indicate that an option has not been changed between 'initialize_options()' and 'finalize_option

(self, src_cmd, *option_pairs)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

_install_dir_fromMethod · 0.80
finalize_optionsMethod · 0.80
finalize_optionsMethod · 0.80
finalize_optionsMethod · 0.80
finalize_optionsMethod · 0.80
finalize_optionsMethod · 0.80
finalize_optionsMethod · 0.80
finalize_optionsMethod · 0.80
finalize_optionsMethod · 0.80
finalize_optionsMethod · 0.80
finalize_optionsMethod · 0.80
finalize_optionsMethod · 0.80

Calls 3

getattrFunction · 0.85
get_command_objMethod · 0.80
ensure_finalizedMethod · 0.45

Tested by

no test coverage detected