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 |