Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
00f7da4f
Kaydet (Commit)
00f7da4f
authored
Şub 10, 1999
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Patch by Steve Clift -- fix the indices now that f_fsid is no longer returned!
üst
49fc6660
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
statvfs.py
Lib/statvfs.py
+2
-5
No files found.
Lib/statvfs.py
Dosyayı görüntüle @
00f7da4f
...
@@ -3,8 +3,6 @@
...
@@ -3,8 +3,6 @@
# Defines constants for interpreting statvfs struct as returned
# Defines constants for interpreting statvfs struct as returned
# by os.statvfs() and os.fstatvfs() (if they exist).
# by os.statvfs() and os.fstatvfs() (if they exist).
#
#
# Suggested usage: from statvfs import *
#
# Indices for statvfs struct members in the tuple returned by
# Indices for statvfs struct members in the tuple returned by
# os.statvfs() and os.fstatvfs().
# os.statvfs() and os.fstatvfs().
...
@@ -17,6 +15,5 @@ F_BAVAIL = 4 # Free blocks available to non-superuser
...
@@ -17,6 +15,5 @@ F_BAVAIL = 4 # Free blocks available to non-superuser
F_FILES
=
5
# Total number of file nodes
F_FILES
=
5
# Total number of file nodes
F_FFREE
=
6
# Total number of free file nodes
F_FFREE
=
6
# Total number of free file nodes
F_FAVAIL
=
7
# Free nodes available to non-superuser
F_FAVAIL
=
7
# Free nodes available to non-superuser
F_FSID
=
8
# File system ID (meaning is system dependent)
F_FLAG
=
8
# Flags (see your local statvfs man page)
F_FLAG
=
9
# Flags (see your local statvfs man page)
F_NAMEMAX
=
9
# Maximum file name length
F_NAMEMAX
=
10
# Maximum file name length
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment