src/eric7/Preferences/ConfigurationPages/EditorDocViewerPage.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
equal deleted inserted replaced
10682:47be220abdaf 10683:779cda568acb
72 ) 72 )
73 else: 73 else:
74 Preferences.setDocuViewer("Provider", "disabled") 74 Preferences.setDocuViewer("Provider", "disabled")
75 75
76 76
77 def create(dlg): # noqa: U100 77 def create(_dlg):
78 """ 78 """
79 Module function to create the configuration page. 79 Module function to create the configuration page.
80 80
81 @param dlg reference to the configuration dialog 81 @param _dlg reference to the configuration dialog (unused)
82 @type ConfigurationDialog 82 @type ConfigurationDialog
83 @return reference to the instantiated page 83 @return reference to the instantiated page
84 @rtype ConfigurationPageBase 84 @rtype ConfigurationPageBase
85 """ 85 """
86 page = EditorDocViewerPage() 86 page = EditorDocViewerPage()

eric ide

mercurial