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 f1d3549 commit 03ce3f1Copy full SHA for 03ce3f1
README.md
@@ -1135,11 +1135,14 @@ cwd = Path()
1135
<bool> = <Path>.is_file()
1136
<bool> = <Path>.is_dir()
1137
<iter> = <Path>.iterdir()
1138
+```
1139
+
1140
+```python
1141
<iter> = <Path>.glob('<pattern>')
1142
```
1143
1144
```python
-<str> = str(<Path>) # Returns path as string.
1145
+<str> = str(<Path>) # Returns path as a string.
1146
<tup.> = <Path>.parts # Returns all components as strings.
1147
<Path> = <Path>.resolve() # Returns absolute path without symlinks.
1148
0 commit comments