mirror of
https://github.com/python/cpython.git
synced 2025-09-29 03:35:31 +00:00
bpo-39808: Improve docs for pathlib.Path.stat() (GH-18719)
This commit is contained in:
parent
942f7a2dea
commit
67152d0ed6
1 changed files with 1 additions and 1 deletions
|
@ -685,7 +685,7 @@ call fails (for example because the path doesn't exist).
|
||||||
|
|
||||||
.. method:: Path.stat()
|
.. method:: Path.stat()
|
||||||
|
|
||||||
Return information about this path (similarly to :func:`os.stat`).
|
Return a :class:`os.stat_result` object containing information about this path, like :func:`os.stat`.
|
||||||
The result is looked up at each call to this method.
|
The result is looked up at each call to this method.
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue