dbm.fetch(key[, ifnone]) â value
Instance Public methods
Return a value from the database by locating the key string provided. If
the key is not found, returns ifnone
. If ifnone
is not given, raises IndexError.
Return a value from the database by locating the key string provided. If
the key is not found, returns ifnone
. If ifnone
is not given, raises IndexError.
Please login to continue.