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