Home
last modified time | relevance | path

Searched refs:fspath (Results 26 - 37 of 37) sorted by relevance

12

/third_party/python/Lib/venv/
H A D__init__.py119 if os.pathsep in os.fspath(env_dir):
/third_party/python/Lib/unittest/test/testmock/
H A Dtestmagicmethods.py331 self.assertEqual(os.fspath(mock), expected_path)
/third_party/python/Lib/http/
H A Dserver.py670 self.directory = os.fspath(directory)
H A Dcookiejar.py1787 filename = os.fspath(filename)
/third_party/python/Lib/test/
H A Dtest_tarfile.py538 self.assertEqual(tar.name, os.path.abspath(os.fspath(tarname)))
541 self.assertEqual(tar.name, os.path.abspath(os.fspath(tarname)))
544 self.assertEqual(tar.name, os.path.abspath(os.fspath(tarname)))
548 self.assertEqual(tar.name, os.path.abspath(os.fspath(tarname)))
1338 tarinfo2 = tar.gettarinfo(os.fspath(path))
H A Dtest_fileinput.py488 self.assertEqual(fi.filename(), os.fspath(t1))
H A Dtest_http_cookiejar.py343 self.assertEqual(c.filename, os.fspath(filename))
H A Dtest_pathlib.py401 self._check_str(os.fspath(p), ('a/b',))
/third_party/python/Lib/
H A Dpathlib.py493 a = os.fspath(a)
H A Dconfigparser.py717 filename = os.fspath(filename)
H A D_pyio.py196 file = os.fspath(file)
/third_party/python/Lib/logging/
H A D__init__.py1161 filename = os.fspath(filename)

Completed in 28 milliseconds

12