See All Titles |
![]() ![]() shelveThe shelve module offers persistent object storage capability to Python by using dictionary objects. The keys of these dictionaries must be strings and the values can be any object that the pickle module can handle. See Chapter 8 for more details.
|
© 2002, O'Reilly & Associates, Inc. |