Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Ddoctest.py1228 self._checker.output_difference(example, got, self.optionflags))
1621 def output_difference(self, example, got, optionflags): member in OutputChecker
/external/python/cpython2/Doc/library/
Ddoctest.rst1584 if they match; and :meth:`output_difference`, which returns a string describing
1601 .. method:: output_difference(example, got, optionflags)