MCPcopy Index your code
hub / github.com/python/cpython / test_anydbm_keys

Method test_anydbm_keys

Lib/test/test_dbm.py:110–114  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

108 f.close()
109
110 def test_anydbm_keys(self):
111 self.init_db()
112 f = dbm.open(_fname, 'r')
113 keys = self.keys_helper(f)
114 f.close()
115
116 def test_empty_value(self):
117 if getattr(dbm._defaultmod, 'library', None) == 'Berkeley DB':

Callers

nothing calls this directly

Calls 4

init_dbMethod · 0.95
keys_helperMethod · 0.95
openMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected