Lines Matching refs:DocTestParser
358 algorithm for handling tabs by writing a custom :class:`DocTestParser` class.
907 Optional argument *parser* specifies a :class:`DocTestParser` (or subclass) that
909 (i.e., ``DocTestParser()``).
1067 Optional argument *parser* specifies a :class:`DocTestParser` (or subclass)
1069 parser (i.e., ``DocTestParser()``).
1199 :class:`DocTestParser` to create a :class:`DocTest` from every docstring that
1202 * :class:`DocTestParser`: Creates a :class:`DocTest` object from a string (such
1220 DocTestParser | Example | OutputChecker
1361 The optional argument *parser* specifies the :class:`DocTestParser` object (or a
1414 DocTestParser objects
1418 .. class:: DocTestParser()
1425 :class:`DocTestParser` defines the following methods:
1494 :class:`DocTestParser` defines the following methods: