Searched refs:coding_checker (Results 1 – 2 of 2) sorted by relevance
| /external/python/cpython2/Lib/test/ |
| D | test_codecs.py | 7 def coding_checker(self, coder): function 908 check = coding_checker(self, decode) 2027 check = coding_checker(self, encode) 2042 check = coding_checker(self, decode) 2103 check = coding_checker(self, encode) 2112 check = coding_checker(self, decode)
|
| /external/python/cpython3/Lib/test/ |
| D | test_codecs.py | 27 def coding_checker(self, coder): function 1162 check = coding_checker(self, decode) 2367 check = coding_checker(self, encode) 2382 check = coding_checker(self, decode) 2495 check = coding_checker(self, encode) 2504 check = coding_checker(self, decode)
|