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
a4dc73e2
Kaydet (Commit)
a4dc73e2
authored
Eki 18, 2001
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Don't leave bare newlines in long strings -- VC doesn't like that.
üst
d6f8dba2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
posixmodule.c
Modules/posixmodule.c
+3
-3
No files found.
Modules/posixmodule.c
Dosyayı görüntüle @
a4dc73e2
...
@@ -523,7 +523,7 @@ This object may be accessed either as a tuple of\n\
...
@@ -523,7 +523,7 @@ This object may be accessed either as a tuple of\n\
(mode,ino,dev,nlink,uid,gid,size,atime,mtime,ctime)
\n
\
(mode,ino,dev,nlink,uid,gid,size,atime,mtime,ctime)
\n
\
or via the attributes st_mode, st_ino, st_dev, st_nlink, st_uid, and so on.
\n
\
or via the attributes st_mode, st_ino, st_dev, st_nlink, st_uid, and so on.
\n
\
\n
\
\n
\
Posix/windows: If your platform supports st_blksize, st_blocks, or st_rdev,
Posix/windows: If your platform supports st_blksize, st_blocks, or st_rdev,
\n
\
they are available as attributes only.
\n
\
they are available as attributes only.
\n
\
\n
\
\n
\
See os.stat for more information.
\n
"
;
See os.stat for more information.
\n
"
;
...
@@ -579,8 +579,8 @@ static PyStructSequence_Desc stat_result_desc = {
...
@@ -579,8 +579,8 @@ static PyStructSequence_Desc stat_result_desc = {
static
char
statvfs_result__doc__
[]
=
static
char
statvfs_result__doc__
[]
=
"statvfs_result: Result from statvfs or fstatvfs.
\n\n
\
"statvfs_result: Result from statvfs or fstatvfs.
\n\n
\
This object may be accessed either as a tuple of
\n
\
This object may be accessed either as a tuple of
\n
\
(bsize,frsize,blocks,bfree,bavail,files,ffree,favail,flag,namemax),
(bsize,frsize,blocks,bfree,bavail,files,ffree,favail,flag,namemax),
\n
\
or via the attributes f_bsize, f_frsize, f_blocks, f_bfree, and so on.
or via the attributes f_bsize, f_frsize, f_blocks, f_bfree, and so on.
\n
\
\n
\
\n
\
See os.statvfs for more information.
\n
"
;
See os.statvfs for more information.
\n
"
;
...
...
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