2472:4860fe0ed4a6 | 2474:8727522a69d5 |
---|---|
70 | 70 |
71 def shell(self): | 71 def shell(self): |
72 """ | 72 """ |
73 Public method to get a reference to the terminal widget. | 73 Public method to get a reference to the terminal widget. |
74 | 74 |
75 @return reference to the terminal widget (Terminal) | 75 @return reference to the shell widget (Shell) |
76 """ | 76 """ |
77 return self.__shell | 77 return self.__shell |
78 | 78 |
79 | 79 |
80 class Shell(QsciScintillaCompat): | 80 class Shell(QsciScintillaCompat): |