src/eric7/eric7_shell.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 10716
11cdcc824469
equal deleted inserted replaced
10682:47be220abdaf 10683:779cda568acb
76 ) 76 )
77 77
78 from eric7.Toolbox import Startup 78 from eric7.Toolbox import Startup
79 79
80 80
81 def createMainWidget(args): # noqa: U100 81 def createMainWidget(_args):
82 """ 82 """
83 Function to create the main widget. 83 Function to create the main widget.
84 84
85 @param args namespace object containing the parsed command line parameters 85 @param _args namespace object containing the parsed command line parameters
86 (unused)
86 @type argparse.Namespace 87 @type argparse.Namespace
87 @return reference to the main widget 88 @return reference to the main widget
88 @rtype QWidget 89 @rtype QWidget
89 """ 90 """
90 from eric7.QScintilla.ShellWindow import ShellWindow 91 from eric7.QScintilla.ShellWindow import ShellWindow

eric ide

mercurial