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 *
stat.py
1 parent 56ad3bc commit 3479e45Copy full SHA for 3479e45
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