MCPcopy 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
3from bsddb3 import db # the Berkeley db data base
4

Callers

nothing calls this directly

Calls 6

cursorMethod · 0.80
openMethod · 0.45
putMethod · 0.45
closeMethod · 0.45
firstMethod · 0.45
nextMethod · 0.45

Tested by

no test coverage detected