252 @param kwSet number of the keyword set |
252 @param kwSet number of the keyword set |
253 @type int |
253 @type int |
254 @return space separated list of keywords |
254 @return space separated list of keywords |
255 @rtype str or None |
255 @rtype str or None |
256 """ |
256 """ |
257 return None |
257 return None # __IGNORE_WARNING_M831__ |
258 |
258 |
259 def maximumKeywordSet(self): |
259 def maximumKeywordSet(self): |
260 """ |
260 """ |
261 Public method to get the maximum keyword set. |
261 Public method to get the maximum keyword set. |
262 |
262 |