src/eric7/eric7_re.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 10716
11cdcc824469
equal deleted inserted replaced
10682:47be220abdaf 10683:779cda568acb
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 (

eric ide

mercurial