Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ Load
Method
Load
Lib/idlelib/config.py:74–77 ·
view source on GitHub ↗
Load the configuration file from disk.
(self)
Source
from the content-addressed store, hash-verified
72
return
[]
73
74
def
Load(self):
75
"Load the configuration file from disk."
76
if
self.file:
77
self.read(self.file)
78
79
class
IdleUserConfParser(IdleConfParser):
80
""
"
Callers
15
test_load_nothing
Method · 0.95
test_load_file
Method · 0.95
test_tstring_with_nonsensical_str_field
Method · 0.80
test_invalid_raise
Method · 0.80
test_invalid_fstring_value
Method · 0.80
test_function_with_type_params_and_bound
Method · 0.80
test_function_with_type_params_and_default
Method · 0.80
test_async_function_with_type_params_and_default
Method · 0.80
test_compile_invalid_namedexpr
Method · 0.80
test_compile_ast
Method · 0.80
test_compile_invalid_typealias
Method · 0.80
test_multiline_assert_rewritten_as_method_call
Method · 0.80
Calls
1
read
Method · 0.45
Tested by
15
test_load_nothing
Method · 0.76
test_load_file
Method · 0.76
test_tstring_with_nonsensical_str_field
Method · 0.64
test_invalid_raise
Method · 0.64
test_invalid_fstring_value
Method · 0.64
test_function_with_type_params_and_bound
Method · 0.64
test_function_with_type_params_and_default
Method · 0.64
test_async_function_with_type_params_and_default
Method · 0.64
test_compile_invalid_namedexpr
Method · 0.64
test_compile_ast
Method · 0.64
test_compile_invalid_typealias
Method · 0.64
test_multiline_assert_rewritten_as_method_call
Method · 0.64