Home | History | Annotate | Download | only in python2.7

Lines Matching refs:get_doctest

636     def get_doctest(self, string, globs, name, filename, lineno):
1025 return self._parser.get_doctest(docstring, globs, name,
1689 >>> test = DocTestParser().get_doctest('>>> raise KeyError\n42',
1713 >>> test = DocTestParser().get_doctest('''
1745 >>> test = DocTestParser().get_doctest('''
1761 >>> test = DocTestParser().get_doctest('''
2010 test = parser.get_doctest(text, globs, name, filename, 0)
2074 test = DocTestParser().get_doctest(s, self.globs, name, None, None)
2227 >>> test = DocTestParser().get_doctest('>>> raise KeyError\n42',
2252 >>> test = DocTestParser().get_doctest('''
2446 test = parser.get_doctest(doc, globs, name, path, 0)