64 Preferences.setFlakes( |
64 Preferences.setFlakes( |
65 "AdditionalBuiltins", self.builtinsEdit.toPlainText().strip().split() |
65 "AdditionalBuiltins", self.builtinsEdit.toPlainText().strip().split() |
66 ) |
66 ) |
67 |
67 |
68 |
68 |
69 def create(dlg): |
69 def create(dlg): # noqa: U100 |
70 """ |
70 """ |
71 Module function to create the configuration page. |
71 Module function to create the configuration page. |
72 |
72 |
73 @param dlg reference to the configuration dialog |
73 @param dlg reference to the configuration dialog |
74 @return reference to the instantiated page (ConfigurationPageBase) |
74 @return reference to the instantiated page (ConfigurationPageBase) |