src/eric7/Preferences/ConfigurationPages/ShellPage.py

branch
eric7
changeset 10683
779cda568acb
parent 10556
b4a75c77f9cd
child 11090
f5f5f5803935
equal deleted inserted replaced
10682:47be220abdaf 10683:779cda568acb
135 """ 135 """
136 self.monospacedFontSample.setFont(self.monospacedFont) 136 self.monospacedFontSample.setFont(self.monospacedFont)
137 self.marginsFontSample.setFont(self.marginsFont) 137 self.marginsFontSample.setFont(self.marginsFont)
138 138
139 139
140 def create(dlg): # noqa: U100 140 def create(_dlg):
141 """ 141 """
142 Module function to create the configuration page. 142 Module function to create the configuration page.
143 143
144 @param dlg reference to the configuration dialog 144 @param _dlg reference to the configuration dialog (unused)
145 @type ConfigurationDialog 145 @type ConfigurationDialog
146 @return reference to the instantiated page 146 @return reference to the instantiated page
147 @rtype ConfigurationPageBase 147 @rtype ConfigurationPageBase
148 """ 148 """
149 page = ShellPage() 149 page = ShellPage()

eric ide

mercurial