src/eric7/Preferences/ConfigurationPages/EditorAutoCompletionJediPage.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10428
a071d4065202
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
49 "JediFuzzyCompletionsEnabled", 49 "JediFuzzyCompletionsEnabled",
50 self.jediFuzzyAutocompletionCheckBox.isChecked(), 50 self.jediFuzzyAutocompletionCheckBox.isChecked(),
51 ) 51 )
52 52
53 53
54 def create(dlg): 54 def create(dlg): # noqa: U100
55 """ 55 """
56 Module function to create the configuration page. 56 Module function to create the configuration page.
57 57
58 @param dlg reference to the configuration dialog 58 @param dlg reference to the configuration dialog
59 @return reference to the instantiated page (ConfigurationPageBase) 59 @return reference to the instantiated page (ConfigurationPageBase)

eric ide

mercurial