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.
from stat import *
1 parent 79cdcee commit 1fba4a1Copy full SHA for 1fba4a1
1 file changed
Lib/stat.py
@@ -1,7 +1,4 @@
1
-"""Constants/functions for interpreting results of os.stat() and os.lstat().
2
-
3
-Suggested usage: from stat import *
4
-"""
+"""Constants/functions for interpreting results of os.stat() and os.lstat()."""
5
6
# Indices for stat struct members in the tuple returned by os.stat()
7
0 commit comments