38 Preferences.setJedi( |
38 Preferences.setJedi( |
39 "JediCalltipsEnabled", self.jediCalltipsCheckBox.isChecked() |
39 "JediCalltipsEnabled", self.jediCalltipsCheckBox.isChecked() |
40 ) |
40 ) |
41 |
41 |
42 |
42 |
43 def create(dlg): |
43 def create(dlg): # noqa: U100 |
44 """ |
44 """ |
45 Module function to create the configuration page. |
45 Module function to create the configuration page. |
46 |
46 |
47 @param dlg reference to the configuration dialog |
47 @param dlg reference to the configuration dialog |
48 @return reference to the instantiated page (ConfigurationPageBase) |
48 @return reference to the instantiated page (ConfigurationPageBase) |