Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_get_user_cfg_dir_unix
Method · 0.95
test_get_user_cfg_dir_windows
Method · 0.95
test_create_config_handlers
Method · 0.95
test_load_cfg_files
Method · 0.95
test_default_keys
Method · 0.95
test_type_check_in_subinterp
Method · 0.80
check
Method · 0.80
test_update_from_dict
Method · 0.80
test_get_config
Method · 0.80
interpreter_from_capi
Method · 0.80
run_temp_from_capi
Method · 0.80
test_new_config
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected