569 end = line - 1, char |
569 end = line - 1, char |
570 startLine = classContext.start() + start[0] |
570 startLine = classContext.start() + start[0] |
571 endLine = classContext.start() + end[0] |
571 endLine = classContext.start() + end[0] |
572 contexts.append( |
572 contexts.append( |
573 DocStyleContext(self.__source[startLine:endLine], |
573 DocStyleContext(self.__source[startLine:endLine], |
574 startLine, "def")) |
574 startLine, "def")) |
575 except StopIteration: |
575 except StopIteration: |
576 pass |
576 pass |
577 self.__methodsCache = contexts |
577 self.__methodsCache = contexts |
578 |
578 |
579 return self.__methodsCache |
579 return self.__methodsCache |