75 ) |
75 ) |
76 |
76 |
77 from eric7.Toolbox import Startup |
77 from eric7.Toolbox import Startup |
78 |
78 |
79 |
79 |
80 def createMainWidget(args): # noqa: U100 |
80 def createMainWidget(_args): |
81 """ |
81 """ |
82 Function to create the main widget. |
82 Function to create the main widget. |
83 |
83 |
84 @param args namespace object containing the parsed command line parameters |
84 @param _args namespace object containing the parsed command line parameters |
|
85 (unused) |
85 @type argparse.Namespace |
86 @type argparse.Namespace |
86 @return reference to the main widget |
87 @return reference to the main widget |
87 @rtype QWidget |
88 @rtype QWidget |
88 """ |
89 """ |
89 from eric7.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog import ( |
90 from eric7.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog import ( |