Home
last modified time | relevance | path

Searched refs:output_difference (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/
Ddoctest.py1260 self._checker.output_difference(example, got, self.optionflags))
1678 def output_difference(self, example, got, optionflags): member in OutputChecker
/third_party/python/Doc/library/
Ddoctest.rst1533 if they match; and :meth:`output_difference`, which returns a string describing
1548 .. method:: output_difference(example, got, optionflags)