MCPcopy Index your code
hub / github.com/python/cpython / get_option

Method get_option

Lib/test/test_xml_etree.py:4733–4734  ·  view source on GitHub ↗
(config, option_name, default=None)

Source from the content-addressed store, hash-verified

4731 for output_file in output_files]))
4732
4733 def get_option(config, option_name, default=None):
4734 return config.get(option_name, (default, ()))[0]
4735
4736 for input_file, output_files in tests.items():
4737 for output_file, config in output_files:

Callers 8

test_get_optionMethod · 0.45
assertTrueremovedMethod · 0.45
test_type_objectMethod · 0.45
test_conflict_resolveMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected