Lines Matching refs:str
109 self.assertIsInstance(cwd, str)
1025 # correct str type.
1028 self.assertEqual(type(key), str)
1029 self.assertEqual(type(val), str)
2069 self._test_internal_execvpe(str)
2971 with subprocess.Popen([sys.executable, '-c', command, filename, str(deadline)]) as proc:
3143 self.key = str(uuid.uuid4())
3634 self._check_xattrs_str(str, *args, **kwargs)
3815 class Str(str):
3895 if isinstance(name, (str, bytes)):
3901 self.assertIs(err.filename, name, str(func))
4083 TypeError, 'to return str or bytes'):
4097 msg = r'__fspath__\(\) to return str or bytes, not %s'
4527 # __fspath__ returns a value other than str or bytes.