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
4e7e11ab
Kaydet (Commit)
4e7e11ab
authored
Mar 12, 1998
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Use \withsubitem{} for indexing extra-module functions.
üst
371ecc0c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
libposixfile.tex
Doc/lib/libposixfile.tex
+3
-2
libposixfile.tex
Doc/libposixfile.tex
+3
-2
No files found.
Doc/lib/libposixfile.tex
Dosyayı görüntüle @
4e7e11ab
...
...
@@ -7,7 +7,7 @@
\emph
{
Note:
}
This module will become obsolete in a future release.
The locking operation that it provides is done better and more
portably by the
\function
{
fcntl.lockf()
}
call.
%
\
index
{
lockf()@
\idxcode
{
lockf()
}
(in module fcntl)
}
\
withsubitem
{
(in module fcntl)
}{
\ttindex
{
lockf()
}
}
This module implements some additional functionality over the built-in
file objects. In particular, it implements file locking, control over
...
...
@@ -15,7 +15,8 @@ the file flags, and an easy interface to duplicate the file object.
The module defines a new file object, the posixfile object. It
has all the standard file object methods and adds the methods
described below. This module only works for certain flavors of
\UNIX
{}
, since it uses
\function
{
fcntl()
}
for file locking.
\UNIX
{}
, since it uses
\function
{
fcntl.fcntl()
}
for file locking.
%
\withsubitem
{
(in module fcntl)
}{
\ttindex
{
fcntl()
}}
To instantiate a posixfile object, use the
\function
{
open()
}
function
in the
\module
{
posixfile
}
module. The resulting object looks and
...
...
Doc/libposixfile.tex
Dosyayı görüntüle @
4e7e11ab
...
...
@@ -7,7 +7,7 @@
\emph
{
Note:
}
This module will become obsolete in a future release.
The locking operation that it provides is done better and more
portably by the
\function
{
fcntl.lockf()
}
call.
%
\
index
{
lockf()@
\idxcode
{
lockf()
}
(in module fcntl)
}
\
withsubitem
{
(in module fcntl)
}{
\ttindex
{
lockf()
}
}
This module implements some additional functionality over the built-in
file objects. In particular, it implements file locking, control over
...
...
@@ -15,7 +15,8 @@ the file flags, and an easy interface to duplicate the file object.
The module defines a new file object, the posixfile object. It
has all the standard file object methods and adds the methods
described below. This module only works for certain flavors of
\UNIX
{}
, since it uses
\function
{
fcntl()
}
for file locking.
\UNIX
{}
, since it uses
\function
{
fcntl.fcntl()
}
for file locking.
%
\withsubitem
{
(in module fcntl)
}{
\ttindex
{
fcntl()
}}
To instantiate a posixfile object, use the
\function
{
open()
}
function
in the
\module
{
posixfile
}
module. The resulting object looks and
...
...
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