src/eric7/eric7_mpy.py

branch
eric7
changeset 10683
779cda568acb
parent 10518
1682f3203ae5
child 10716
11cdcc824469
equal deleted inserted replaced
10682:47be220abdaf 10683:779cda568acb
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

eric ide

mercurial