method
fetch
v2_2_9 -
Show latest stable
- Class:
DBM
fetch(p1, p2 = v2)public
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.
fetch(p1, p2 = v2)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.