/third_party/skia/third_party/externals/jinja2/ |
D | _compat.py | 126 return path.__fspath__()
|
/third_party/jinja2/ |
D | _compat.py | 126 return path.__fspath__()
|
/third_party/python/Lib/unittest/test/testmock/ |
D | testmagicmethods.py | 328 expected_path = mock.__fspath__() 332 mock.__fspath__.assert_called_once()
|
/third_party/python/Lib/ |
D | os.py | 1049 path_repr = path_type.__fspath__(path) 1075 def __fspath__(self): member in PathLike
|
D | pathlib.py | 629 def __fspath__(self): member in PurePath
|
/third_party/python/Misc/NEWS.d/ |
D | 3.6.0a4.rst | 136 Add :pep:`519`/__fspath__() support to the os and os.path modules. Includes 468 Fix a segfault when os.fspath() called an __fspath__() method that raised an
|
D | 3.6.0a3.rst | 133 Update os.fspath()/PyOS_FSPath() to check the return value of __fspath__()
|
D | 3.8.0a2.rst | 27 The error message emitted when returning invalid types from ``__fspath__``
|
D | 3.8.0a1.rst | 2658 :class:`unittest.mock.MagicMock` now supports the ``__fspath__`` method
|
/third_party/python/Lib/test/support/ |
D | os_helper.py | 482 def __fspath__(self): member in FakePath
|
/third_party/python/Lib/sqlite3/test/ |
D | dbapi.py | 184 def __fspath__(self): member in ConnectionTests.test_open_with_path_like_object.Path
|
/third_party/python/Doc/c-api/ |
D | sys.rst | 13 then :meth:`~os.PathLike.__fspath__` is returned as long as it is a
|
/third_party/python/Doc/library/ |
D | test.rst | 1345 Simple :term:`path-like object`. It implements the :meth:`__fspath__` 1347 it will be raised in :meth:`!__fspath__`.
|
D | unittest.mock.rst | 2031 * File system path representation: ``__fspath__`` 2035 Added support for :func:`os.PathLike.__fspath__`.
|
D | os.rst | 270 Otherwise :meth:`~os.PathLike.__fspath__` is called and its value is 284 .. abstractmethod:: __fspath__()
|
/third_party/python/Tools/c-analyzer/ |
D | TODO | 324 Modules/posixmodule.c:PyOS_FSPath():PyId___fspath__ _Py_IDENTIFIER(__fspath__) 325 Modules/posixmodule.c:path_converter():PyId___fspath__ _Py_IDENTIFIER(__fspath__)
|
/third_party/python/Lib/test/ |
D | test_tempfile.py | 70 def __fspath__(self): member in TestLowLevelInternals.test_infer_return_type_pathlike.Path
|
D | test_pathlib.py | 398 self._check_str(p.__fspath__(), ('a/b',))
|
D | test_os.py | 4470 c.__fspath__ = 1
|
/third_party/python/Doc/whatsnew/ |
D | 3.6.rst | 415 :meth:`~os.PathLike.__fspath__` method, an object signals that it
|
/third_party/python/Modules/ |
D | posixmodule.c | 342 _Py_IDENTIFIER(__fspath__);
|