MCPcopy 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):

Calls 1

GetOptionMethod · 0.80