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
54f2fdd1
Kaydet (Commit)
54f2fdd1
authored
Nis 21, 1999
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Make the names of the referenced modules hyperlinks; they had not been
marked at all.
üst
02e8c0fd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
libwhichdb.tex
Doc/lib/libwhichdb.tex
+6
-5
No files found.
Doc/lib/libwhichdb.tex
Dosyayı görüntüle @
54f2fdd1
...
...
@@ -6,14 +6,15 @@
The single function in this module attempts to guess which of the
several simple database modules available--dbm, gdbm, or
dbhash--should be used to open a given file.
several simple database modules available--
\refmodule
{
dbm
}
,
\refmodule
{
gdbm
}
, or
\refmodule
{
dbhash
}
--should be used to open a
given file.
\begin{funcdesc}
{
whichdb
}{
filename
}
Returns one of the following values:
\code
{
None
}
if the file can't be
opened because it's unreadable or doesn't exist; the empty string
(
\code
{
""
}
) if the file's format can't be guessed; or a string
containing the required module name, such as
\code
{
"dbm"
}
or
\code
{
"gdbm"
}
.
(
\code
{
''
}
) if the file's format can't be guessed; or a string
containing the required module name, such as
\code
{
'dbm'
}
or
\code
{
'gdbm'
}
.
\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