summaryrefslogtreecommitdiff
path: root/plac/doc/ishelve.placet
blob: 263722308314c945935f1a98aa6c00c681e2189e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!ishelve.py
i> .clear # start from a clean state
cleared the shelve
i> a=1
setting a=1
i> a
1
i> .del a
deleted a
i> a
a: not found
i> .cler # spelling error
.cler: not found