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
4f21d547
Kaydet (Commit)
4f21d547
authored
Nis 05, 1999
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added more "See also" entries, + 1 inline hyperlink.
üst
ea003fcc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
1 deletion
+21
-1
libanydbm.tex
Doc/lib/libanydbm.tex
+7
-0
libdbm.tex
Doc/lib/libdbm.tex
+7
-0
libgdbm.tex
Doc/lib/libgdbm.tex
+7
-1
No files found.
Doc/lib/libanydbm.tex
Dosyayı görüntüle @
4f21d547
...
@@ -87,3 +87,10 @@ only when the database has to be created. It defaults to octal
...
@@ -87,3 +87,10 @@ only when the database has to be created. It defaults to octal
\begin{excdesc}
{
error
}
\begin{excdesc}
{
error
}
Raised for errors not reported as
\exception
{
KeyError
}
errors.
Raised for errors not reported as
\exception
{
KeyError
}
errors.
\end{excdesc}
\end{excdesc}
\begin{seealso}
\seemodule
{
anydbm
}{
Generic interface to
\code
{
dbm
}
-style databases.
}
\seemodule
{
whichdb
}{
Utility module used to determine the type of an
existing database.
}
\end{seealso}
Doc/lib/libdbm.tex
Dosyayı görüntüle @
4f21d547
...
@@ -38,3 +38,10 @@ The optional \var{mode} argument is the \UNIX{} mode of the file, used
...
@@ -38,3 +38,10 @@ The optional \var{mode} argument is the \UNIX{} mode of the file, used
only when the database has to be created. It defaults to octal
only when the database has to be created. It defaults to octal
\code
{
0666
}
.
\code
{
0666
}
.
\end{funcdesc}
\end{funcdesc}
\begin{seealso}
\seemodule
{
anydbm
}{
Generic interface to
\code
{
dbm
}
-style databases.
}
\seemodule
{
whichdb
}{
Utility module used to determine the type of an
existing database.
}
\end{seealso}
Doc/lib/libgdbm.tex
Dosyayı görüntüle @
4f21d547
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
% this; it's just a little annoying. The warning can be ignored, but
% this; it's just a little annoying. The warning can be ignored, but
% the index produced uses the non-bold version.
% the index produced uses the non-bold version.
This module is quite similar to the
\module
{
dbm
}
\refbimodindex
{
dbm
}
This module is quite similar to the
\
ref
module
{
dbm
}
\refbimodindex
{
dbm
}
module, but uses
\code
{
gdbm
}
instead to provide some additional
module, but uses
\code
{
gdbm
}
instead to provide some additional
functionality. Please note that the file formats created by
functionality. Please note that the file formats created by
\code
{
gdbm
}
and
\code
{
dbm
}
are incompatible.
\code
{
gdbm
}
and
\code
{
dbm
}
are incompatible.
...
@@ -97,3 +97,9 @@ When the database has been opened in fast mode, this method forces any
...
@@ -97,3 +97,9 @@ When the database has been opened in fast mode, this method forces any
unwritten data to be written to the disk.
unwritten data to be written to the disk.
\end{funcdesc}
\end{funcdesc}
\begin{seealso}
\seemodule
{
anydbm
}{
Generic interface to
\code
{
dbm
}
-style databases.
}
\seemodule
{
whichdb
}{
Utility module used to determine the type of an
existing database.
}
\end{seealso}
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