pickledb
pickledb copied to clipboard
[addresses issue #7] implemented `has(key)' method
The `has(key)' method returns True if 'key is present in the db; False otherwise.
Also wrote the test method -- testHas() -- in tests.py, to test the `has(key)' method.
modded pickledb.py, tests.py