Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ setUp
Method
setUp
Lib/test/test_dbm_sqlite3.py:192–194 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
190
class
Misuse(_SQLiteDbmTests):
191
192
def
setUp(self):
193
super().setUp()
194
self.db = dbm_sqlite3.open(self.filename,
"w"
)
195
196
def
tearDown(self):
197
self.db.close()
Callers
4
setUp
Method · 0.45
setUp
Method · 0.45
setUp
Method · 0.45
setUp
Method · 0.45
Calls
2
super
Class · 0.85
open
Method · 0.45
Tested by
no test coverage detected