Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3ded08 commit 0eb9debCopy full SHA for 0eb9deb
1 file changed
Doc/library/pathlib.rst
@@ -1196,9 +1196,12 @@ os and os.path pathlib
1196
:func:`os.path.exists` :meth:`Path.exists`
1197
:func:`os.path.expanduser` :meth:`Path.expanduser` and
1198
:meth:`Path.home`
1199
+:func:`os.listdir` :meth:`Path.iterdir`
1200
:func:`os.path.isdir` :meth:`Path.is_dir`
1201
:func:`os.path.isfile` :meth:`Path.is_file`
1202
:func:`os.path.islink` :meth:`Path.is_symlink`
1203
+:func:`os.link` :meth:`Path.link_to`
1204
+:func:`os.symlink` :meth:`Path.symlink_to`
1205
:func:`os.readlink` :meth:`Path.readlink`
1206
:func:`os.stat` :meth:`Path.stat`,
1207
:meth:`Path.owner`,
0 commit comments