97 msg |
97 msg |
98 ) |
98 ) |
99 ) |
99 ) |
100 |
100 |
101 |
101 |
102 def create(dlg): # noqa: U100 |
102 def create(_dlg): |
103 """ |
103 """ |
104 Module function to create the configuration page. |
104 Module function to create the configuration page. |
105 |
105 |
106 @param dlg reference to the configuration dialog |
106 @param _dlg reference to the configuration dialog (unused) |
107 @type ConfigurationDialog |
107 @type ConfigurationDialog |
108 @return reference to the instantiated page |
108 @return reference to the instantiated page |
109 @rtype ConfigurationPageBase |
109 @rtype ConfigurationPageBase |
110 """ |
110 """ |
111 page = WebBrowserVirusTotalPage() |
111 page = WebBrowserVirusTotalPage() |