19 class EditorAssembly(QWidget): |
19 class EditorAssembly(QWidget): |
20 """ |
20 """ |
21 Class implementing the editor assembly widget containing the navigation |
21 Class implementing the editor assembly widget containing the navigation |
22 combos and the editor widget. |
22 combos and the editor widget. |
23 """ |
23 """ |
24 def __init__(self, dbs, fn=None, vm=None, filetype="", editor=None, |
24 def __init__(self, dbs, fn="", vm=None, filetype="", editor=None, |
25 tv=None): |
25 tv=None): |
26 """ |
26 """ |
27 Constructor |
27 Constructor |
28 |
28 |
29 @param dbs reference to the debug server object |
29 @param dbs reference to the debug server object |