MCPcopy 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
79class IdleUserConfParser(IdleConfParser):
80 """

Calls 1

readMethod · 0.45