650 @param _kwSet number of the keyword set (unused) |
650 @param _kwSet number of the keyword set (unused) |
651 @type int |
651 @type int |
652 @return string giving the keywords or None |
652 @return string giving the keywords or None |
653 @rtype str |
653 @rtype str |
654 """ |
654 """ |
655 return None # __IGNORE_WARNING_M831__ |
655 return None # __IGNORE_WARNING_M-831__ |
656 |
656 |
657 def commentStr(self): |
657 def commentStr(self): |
658 """ |
658 """ |
659 Public method to return the comment string. |
659 Public method to return the comment string. |
660 |
660 |