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