2473:c9f484ea061b | 2475:c74e1cff7f3f |
---|---|
72 | 72 |
73 def shell(self): | 73 def shell(self): |
74 """ | 74 """ |
75 Public method to get a reference to the terminal widget. | 75 Public method to get a reference to the terminal widget. |
76 | 76 |
77 @return reference to the terminal widget (Terminal) | 77 @return reference to the shell widget (Shell) |
78 """ | 78 """ |
79 return self.__shell | 79 return self.__shell |
80 | 80 |
81 | 81 |
82 class Shell(QsciScintillaCompat): | 82 class Shell(QsciScintillaCompat): |