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
8a528bd1
Kaydet (Commit)
8a528bd1
authored
Ara 15, 1997
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added some module references to the index.
üst
207e57b6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
6 deletions
+14
-6
libmac.tex
Doc/libmac.tex
+7
-3
libmac.tex
Doc/mac/libmac.tex
+7
-3
No files found.
Doc/libmac.tex
Dosyayı görüntüle @
8a528bd1
...
...
@@ -40,6 +40,8 @@ This module provides a subset of the operating system dependent
functionality provided by the optional built-in module
\code
{
posix
}
.
It is best accessed through the more portable standard module
\code
{
os
}
.
\refbimodindex
{
posix
}
\refstmodindex
{
os
}
The following functions are available in this module:
\code
{
chdir
}
,
...
...
@@ -59,11 +61,11 @@ The following functions are available in this module:
\code
{
unlink
}
,
\code
{
write
}
,
as well as the exception
\code
{
error
}
. Note that the times returned by
\code
{
stat
}
are floating-point values, like all time values in
\code
{
stat
()
}
are floating-point values, like all time values in
MacPython.
One additional function is available:
\code
{
xstat
}
. This function
returns the same information as
\code
{
stat
}
, but with three extra
One additional function is available:
\code
{
xstat
()
}
. This function
returns the same information as
\code
{
stat
()
}
, but with three extra
values appended: the size of the resource fork of the file and its
4-char creator and type.
...
...
@@ -74,6 +76,8 @@ This module provides a subset of the pathname manipulation functions
available from the optional standard module
\code
{
posixpath
}
. It is
best accessed through the more portable standard module
\code
{
os
}
, as
\code
{
os.path
}
.
\refstmodindex
{
posixpath
}
\refstmodindex
{
os
}
The following functions are available in this module:
\code
{
normcase
}
,
...
...
Doc/mac/libmac.tex
Dosyayı görüntüle @
8a528bd1
...
...
@@ -40,6 +40,8 @@ This module provides a subset of the operating system dependent
functionality provided by the optional built-in module
\code
{
posix
}
.
It is best accessed through the more portable standard module
\code
{
os
}
.
\refbimodindex
{
posix
}
\refstmodindex
{
os
}
The following functions are available in this module:
\code
{
chdir
}
,
...
...
@@ -59,11 +61,11 @@ The following functions are available in this module:
\code
{
unlink
}
,
\code
{
write
}
,
as well as the exception
\code
{
error
}
. Note that the times returned by
\code
{
stat
}
are floating-point values, like all time values in
\code
{
stat
()
}
are floating-point values, like all time values in
MacPython.
One additional function is available:
\code
{
xstat
}
. This function
returns the same information as
\code
{
stat
}
, but with three extra
One additional function is available:
\code
{
xstat
()
}
. This function
returns the same information as
\code
{
stat
()
}
, but with three extra
values appended: the size of the resource fork of the file and its
4-char creator and type.
...
...
@@ -74,6 +76,8 @@ This module provides a subset of the pathname manipulation functions
available from the optional standard module
\code
{
posixpath
}
. It is
best accessed through the more portable standard module
\code
{
os
}
, as
\code
{
os.path
}
.
\refstmodindex
{
posixpath
}
\refstmodindex
{
os
}
The following functions are available in this module:
\code
{
normcase
}
,
...
...
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