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
f3edea5b
Kaydet (Commit)
f3edea5b
authored
Ara 31, 2002
tarafından
Neal Norwitz
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Use the name (path) specified in the parameter list
üst
b96152c4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
libposixpath.tex
Doc/lib/libposixpath.tex
+4
-4
No files found.
Doc/lib/libposixpath.tex
Dosyayı görüntüle @
f3edea5b
...
@@ -66,7 +66,7 @@ unchanged.
...
@@ -66,7 +66,7 @@ unchanged.
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
getatime
}{
path
}
\begin{funcdesc}
{
getatime
}{
path
}
Return the time of last access of
\var
{
filename
}
. The return
Return the time of last access of
\var
{
path
}
. The return
value is a number giving the number of seconds since the epoch (see the
value is a number giving the number of seconds since the epoch (see the
\refmodule
{
time
}
module). Raise
\exception
{
os.error
}
if the file does
\refmodule
{
time
}
module). Raise
\exception
{
os.error
}
if the file does
not exist or is inaccessible.
not exist or is inaccessible.
...
@@ -75,7 +75,7 @@ not exist or is inaccessible.
...
@@ -75,7 +75,7 @@ not exist or is inaccessible.
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
getmtime
}{
path
}
\begin{funcdesc}
{
getmtime
}{
path
}
Return the time of last modification of
\var
{
filename
}
. The return
Return the time of last modification of
\var
{
path
}
. The return
value is a number giving the number of seconds since the epoch (see the
value is a number giving the number of seconds since the epoch (see the
\refmodule
{
time
}
module). Raise
\exception
{
os.error
}
if the file does
\refmodule
{
time
}
module). Raise
\exception
{
os.error
}
if the file does
not exist or is inaccessible.
not exist or is inaccessible.
...
@@ -84,7 +84,7 @@ not exist or is inaccessible.
...
@@ -84,7 +84,7 @@ not exist or is inaccessible.
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
getctime
}{
path
}
\begin{funcdesc}
{
getctime
}{
path
}
Return the time of creation of
\var
{
filename
}
. The return
Return the time of creation of
\var
{
path
}
. The return
value is a number giving the number of seconds since the epoch (see the
value is a number giving the number of seconds since the epoch (see the
\refmodule
{
time
}
module). Raise
\exception
{
os.error
}
if the file does
\refmodule
{
time
}
module). Raise
\exception
{
os.error
}
if the file does
not exist or is inaccessible.
not exist or is inaccessible.
...
@@ -92,7 +92,7 @@ not exist or is inaccessible.
...
@@ -92,7 +92,7 @@ not exist or is inaccessible.
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
getsize
}{
path
}
\begin{funcdesc}
{
getsize
}{
path
}
Return the size, in bytes, of
\var
{
filename
}
. Raise
Return the size, in bytes, of
\var
{
path
}
. Raise
\exception
{
os.error
}
if the file does not exist or is inaccessible.
\exception
{
os.error
}
if the file does not exist or is inaccessible.
\versionadded
{
1.5.2
}
\versionadded
{
1.5.2
}
\end{funcdesc}
\end{funcdesc}
...
...
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