src/eric7/Preferences/ConfigurationPages/EditorCalltipsPage.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10135
36839e2c6945
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
82 "CallTipsPosition", 82 "CallTipsPosition",
83 self.positionComboBox.itemData(self.positionComboBox.currentIndex()), 83 self.positionComboBox.itemData(self.positionComboBox.currentIndex()),
84 ) 84 )
85 85
86 86
87 def create(dlg): 87 def create(dlg): # noqa: U100
88 """ 88 """
89 Module function to create the configuration page. 89 Module function to create the configuration page.
90 90
91 @param dlg reference to the configuration dialog 91 @param dlg reference to the configuration dialog
92 @return reference to the instantiated page (ConfigurationPageBase) 92 @return reference to the instantiated page (ConfigurationPageBase)

eric ide

mercurial