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
bccc9a95
Kaydet (Commit)
bccc9a95
authored
Ock 07, 2005
tarafından
Facundo Batista
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added example to os.stat()
üst
17a79246
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
libos.tex
Doc/lib/libos.tex
+11
-1
No files found.
Doc/lib/libos.tex
Dosyayı görüntüle @
bccc9a95
...
@@ -931,7 +931,17 @@ the \ctype{stat} structure, namely:
...
@@ -931,7 +931,17 @@ the \ctype{stat} structure, namely:
\member
{
st
_
mtime
}
(time of most recent content modification),
\member
{
st
_
mtime
}
(time of most recent content modification),
\member
{
st
_
ctime
}
\member
{
st
_
ctime
}
(platform dependent; time of most recent metadata change on
\UNIX
, or
(platform dependent; time of most recent metadata change on
\UNIX
, or
the time of creation on Windows).
the time of creation on Windows):
\begin{verbatim}
>>> import os
>>> statinfo = os.stat('somefile.txt')
>>> statinfo
(33188, 422511L, 769L, 1, 1032, 100, 926L, 1105022698,1105022732, 1105022732)
>>> statinfo.st
_
size
926L
>>>
\end{verbatim}
\versionchanged
[If
\function
{
stat
_
float
_
times
}
returns true, the time
\versionchanged
[If
\function
{
stat
_
float
_
times
}
returns true, the time
values are floats, measuring seconds. Fractions of a second may be
values are floats, measuring seconds. Fractions of a second may be
...
...
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