Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ recipe-189060.py
File
recipe-189060.py
recipes/Python/189060_Using_Berkeley_DB_Database/recipe-189060.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#!/usr/bin/python
2
3
from
bsddb3
import
db
# the Berkeley db data base
4
Callers
nothing calls this directly
Calls
6
cursor
Method · 0.80
open
Method · 0.45
put
Method · 0.45
close
Method · 0.45
first
Method · 0.45
next
Method · 0.45
Tested by
no test coverage detected