Searched refs:OutputChecker (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
H A Ddoctest.py75 'OutputChecker',
1147 by an `OutputChecker`. This comparison may be customized with a
1151 `OutputChecker` to the constructor.
1170 Optional keyword arg `checker` is the `OutputChecker` that
1183 self._checker = checker or OutputChecker()
1536 class OutputChecker: class in inherits:
1539 example matches the expected output. `OutputChecker` defines two
/external/python/cpython3/Lib/
H A Ddoctest.py76 'OutputChecker',
1162 by an `OutputChecker`. This comparison may be customized with a
1166 `OutputChecker` to the constructor.
1185 Optional keyword arg `checker` is the `OutputChecker` that
1198 self._checker = checker or OutputChecker()
1561 class OutputChecker: class in inherits:
1564 example matches the expected output. `OutputChecker` defines two

Completed in 175 milliseconds