QScintilla/Shell.py

changeset 2474
8727522a69d5
parent 2409
df3820f08247
child 2525
8b507a9a2d40
child 2640
dedcd4f987e0
equal deleted inserted replaced
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):

eric ide

mercurial