pickledb icon indicating copy to clipboard operation
pickledb copied to clipboard

[addresses issue #7] implemented `has(key)' method

Open r5d opened this issue 11 years ago • 0 comments

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

r5d avatar Jan 25 '15 14:01 r5d