Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Ddoctest.py1568 def _toAscii(self, s): member in OutputChecker
1590 got = self._toAscii(got)
1591 want = self._toAscii(want)