Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
3cb486879a8ca504a61b747fae389bbc01756388
/
.
/
Lib
/
dbhash.py
blob: 57c6194b6c95ec3aa785f13c5227f231694113d1 [
file
] [
log
] [
blame
]
"""Provide a (g)dbm-compatible interface to bsdhash.hashopen."""
import
bsddb
error
=
bsddb
.
error
def
open
(
file
,
flag
,
mode
):
return
bsddb
.
hashopen
(
file
,
flag
,
mode
)