Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ reload
Method
reload
Lib/idlelib/zzdummy.py:44–46 ·
view source on GitHub ↗
Load class variables from config.
(cls)
Source
from the content-addressed store, hash-verified
42
43
@classmethod
44
def
reload(cls):
45
"Load class variables from config."
46
cls.ztext = idleConf.GetOption(
'extensions'
,
'ZzDummy'
,
'z-text'
)
47
48
@format_selection
49
def
z_in_event(self, line):
Callers
15
test_simple_package
Method · 0.45
test_cant_import_other
Method · 0.45
test_dynamic_path
Method · 0.45
test_reload_modules
Method · 0.45
test_module_replaced
Method · 0.45
test_reload_missing_loader
Method · 0.45
test_reload_loader_replaced
Method · 0.45
test_reload_location_changed
Method · 0.45
test_reload_namespace_changed
Method · 0.45
test_reload_submodule
Method · 0.45
test_module_missing_spec
Method · 0.45
test_reload_traceback_with_non_str
Method · 0.45
Calls
1
GetOption
Method · 0.80
Tested by
15
test_simple_package
Method · 0.36
test_cant_import_other
Method · 0.36
test_dynamic_path
Method · 0.36
test_reload_modules
Method · 0.36
test_module_replaced
Method · 0.36
test_reload_missing_loader
Method · 0.36
test_reload_loader_replaced
Method · 0.36
test_reload_location_changed
Method · 0.36
test_reload_namespace_changed
Method · 0.36
test_reload_submodule
Method · 0.36
test_module_missing_spec
Method · 0.36
test_reload_traceback_with_non_str
Method · 0.36