Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit afd6a37

Browse filesBrowse files
authored
gh-93654: Add module docstring to pathlib (GH-94611)
Issue: gh-93654
1 parent b6558d7 commit afd6a37
Copy full SHA for afd6a37

File tree

Expand file treeCollapse file tree

1 file changed

+7
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-0
lines changed

‎Lib/pathlib.py

Copy file name to clipboardExpand all lines: Lib/pathlib.py
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
"""Object-oriented filesystem paths.
2+
3+
This module provides classes to represent abstract paths and concrete
4+
paths with operations that have semantics appropriate for different
5+
operating systems.
6+
"""
7+
18
import fnmatch
29
import functools
310
import io

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.