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 """ |