Movatterモバイル変換


[0]ホーム

URL:


Navigation

Data Persistence

The modules described in this chapter support storing Python data in apersistent form on disk. Thepickle andmarshal modules can turnmany Python data types into a stream of bytes and then recreate the objects fromthe bytes. The various DBM-related modules support a family of hash-based fileformats that store a mapping of strings to other strings. Thebsddbmodule also provides such disk-based string-to-string mappings based on hashing,and also supports B-Tree and record-based formats.

The list of modules described in this chapter is:

Previous topic

macpath — Mac OS 9 path manipulation functions

Next topic

pickle — Python object serialization

This Page

Quick search

Navigation

©Copyright 1990-2008, Python Software Foundation. Last updated on Oct 02, 2008. Created usingSphinx 0.5.

[8]ページ先頭

©2009-2026 Movatter.jp