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.
Designed by : w10schools
service@w10schools.com
Please login to continue.