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
8df717a4
Kaydet (Commit)
8df717a4
authored
Haz 20, 2003
tarafından
Skip Montanaro
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
minor __doc__ string tweakage
üst
c5e5e51a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
pickle2db.py
Tools/scripts/pickle2db.py
+5
-5
No files found.
Tools/scripts/pickle2db.py
Dosyayı görüntüle @
8df717a4
...
...
@@ -4,11 +4,11 @@
Synopsis:
%(prog)
s [-h|-b|-r|-a|-d] dbfile [ picklefile ]
Read the given picklefile as a series of key/value pairs and write to a new
bsddb database. If the database already exists, any contents are deleted.
The optional flags indicate the type of the database (bsddb hash, bsddb
b
tree, bsddb recno, anydbm, dbm). The default is hash. If a pickle file is
named it is opened for read access. If no pickle file is named, the pickle
i
nput i
s read from standard input.
database. If the database already exists, any contents are deleted. The
optional flags indicate the type of the database (bsddb hash, bsddb btree,
b
sddb recno, anydbm, dbm). The default is hash. If a pickle file is named
it is opened for read access. If no pickle file is named, the pickle input
is read from standard input.
Note that recno databases can only contain numeric keys, so you can't dump a
hash or btree database using db2pickle.py and reconstitute it to a recno
...
...
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