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

Method new_config

Lib/idlelib/idle_test/test_config.py:204–205  ·  view source on GitHub ↗
(self, _utest=False)

Source from the content-addressed store, hash-verified

202 config._warn = cls.orig_warn
203
204 def new_config(self, _utest=False):
205 return config.IdleConf(_utest=_utest)
206
207 def mock_config(self):
208 """Return a mocked idleConf

Callers 14

test_load_cfg_filesMethod · 0.95
test_default_keysMethod · 0.95
checkMethod · 0.80
test_update_from_dictMethod · 0.80
test_get_configMethod · 0.80
interpreter_from_capiMethod · 0.80
run_temp_from_capiMethod · 0.80
test_new_configMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected