gdbm.fetch(key [, default]) â value
Instance Public methods
Retrieves the value corresponding to key. If there is no value associated with key, default will be returned instead.
Retrieves the value corresponding to key. If there is no value associated with key, default will be returned instead.
Please login to continue.