Searched refs:_check_str (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_pathlib.py | 255 def _check_str(self, expected, args): member in _BasePurePathTest 262 self._check_str(pathstr, (pathstr,)) 264 self._check_str('.', ('',)) 394 self._check_str(p.__fspath__(), ('a/b',)) 395 self._check_str(os.fspath(p), ('a/b',))
|