Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v1.4
/
.
/
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
)