QScintilla/Shell.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 3056
9986ec0e559a
parent 2965
d133c7edd88a
child 3058
0a02c433f52d
--- a/QScintilla/Shell.py	Tue Oct 15 22:03:54 2013 +0200
+++ b/QScintilla/Shell.py	Fri Oct 18 23:00:41 2013 +0200
@@ -886,6 +886,8 @@
     def __isCursorOnLastLine(self):
         """
         Private method to check, if the cursor is on the last line.
+        
+        @return flag indicating that the cursor is on the last line (boolean)
         """
         cline, ccol = self.getCursorPosition()
         return cline == self.lines() - 1

eric ide

mercurial