QScintilla/TypingCompleters/CompleterPython.py

changeset 2965
d133c7edd88a
parent 2302
f29e9405c851
child 3011
18292228c724
equal deleted inserted replaced
2964:84b65fb9e780 2965:d133c7edd88a
399 return True 399 return True
400 return False 400 return False
401 401
402 def __inComment(self, line, col): 402 def __inComment(self, line, col):
403 """ 403 """
404 Private method to check, if the cursor is inside a comment 404 Private method to check, if the cursor is inside a comment.
405 405
406 @param line current line (integer) 406 @param line current line (integer)
407 @param col current position within line (integer) 407 @param col current position within line (integer)
408 @return flag indicating, if the cursor is inside a comment (boolean) 408 @return flag indicating, if the cursor is inside a comment (boolean)
409 """ 409 """

eric ide

mercurial