Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ Load
Method
Load
tools/python-3.11.9-amd64/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
3
test_load_nothing
Method · 0.95
test_load_file
Method · 0.95
LoadCfgFiles
Method · 0.80
Calls
1
read
Method · 0.45
Tested by
2
test_load_nothing
Method · 0.76
test_load_file
Method · 0.76