Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
58ff112e7f3e7b69574f9d160f075c4793c678dc
/
.
/
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
)