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 a3416c1 commit 43b3e4cCopy full SHA for 43b3e4c
1 file changed
Doc/library/pathlib.rst
@@ -1139,9 +1139,12 @@ os and os.path pathlib
1139
:func:`os.path.exists` :meth:`Path.exists`
1140
:func:`os.path.expanduser` :meth:`Path.expanduser` and
1141
:meth:`Path.home`
1142
+:func:`os.listdir` :meth:`Path.iterdir`
1143
:func:`os.path.isdir` :meth:`Path.is_dir`
1144
:func:`os.path.isfile` :meth:`Path.is_file`
1145
:func:`os.path.islink` :meth:`Path.is_symlink`
1146
+:func:`os.link` :meth:`Path.link_to`
1147
+:func:`os.symlink` :meth:`Path.symlink_to`
1148
:func:`os.stat` :meth:`Path.stat`,
1149
:meth:`Path.owner`,
1150
:meth:`Path.group`
0 commit comments