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:146–148 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
144
class
ReadWrite(_SQLiteDbmTests):
145
146
def
setUp(self):
147
super().setUp()
148
self.db = dbm_sqlite3.open(self.filename,
"w"
)
149
150
def
tearDown(self):
151
self.db.close()
Callers
nothing calls this directly
Calls
3
super
Class · 0.85
setUp
Method · 0.45
open
Method · 0.45
Tested by
no test coverage detected