src/eric7/Preferences/ConfigurationPages/EditorCalltipsPage.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
equal deleted inserted replaced
10682:47be220abdaf 10683:779cda568acb
94 "CallTipsPosition", 94 "CallTipsPosition",
95 self.positionComboBox.itemData(self.positionComboBox.currentIndex()), 95 self.positionComboBox.itemData(self.positionComboBox.currentIndex()),
96 ) 96 )
97 97
98 98
99 def create(dlg): # noqa: U100 99 def create(_dlg):
100 """ 100 """
101 Module function to create the configuration page. 101 Module function to create the configuration page.
102 102
103 @param dlg reference to the configuration dialog 103 @param _dlg reference to the configuration dialog (unused)
104 @type ConfigurationDialog 104 @type ConfigurationDialog
105 @return reference to the instantiated page 105 @return reference to the instantiated page
106 @rtype ConfigurationPageBase 106 @rtype ConfigurationPageBase
107 """ 107 """
108 page = EditorCalltipsPage() 108 page = EditorCalltipsPage()

eric ide

mercurial