src/eric7/Preferences/ConfigurationPages/EditorAutoCompletionJediPage.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
equal deleted inserted replaced
10682:47be220abdaf 10683:779cda568acb
49 "JediFuzzyCompletionsEnabled", 49 "JediFuzzyCompletionsEnabled",
50 self.jediFuzzyAutocompletionCheckBox.isChecked(), 50 self.jediFuzzyAutocompletionCheckBox.isChecked(),
51 ) 51 )
52 52
53 53
54 def create(dlg): # noqa: U100 54 def create(_dlg):
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 (unused)
59 @type ConfigurationDialog 59 @type ConfigurationDialog
60 @return reference to the instantiated page 60 @return reference to the instantiated page
61 @rtype ConfigurationPageBase 61 @rtype ConfigurationPageBase
62 """ 62 """
63 page = EditorAutoCompletionJediPage() 63 page = EditorAutoCompletionJediPage()

eric ide

mercurial