D | coverage.py | 620 def find_docstring_pass_pair(self, tree, spots): argument 625 self.record_multiline(spots, first_line, last_line) 639 def record_multiline(self, spots, i, j): argument 641 spots[l] = (i, j) 643 def get_suite_spots(self, tree, spots): argument 678 self.record_multiline(spots, lineno_word, lineno_colon) 683 self.find_docstring_pass_pair(tree[i], spots) 689 self.record_multiline(spots, first_line, last_line) 690 self.get_suite_spots(tree[i], spots)
|