MCPcopy 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

144class 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

superClass · 0.85
setUpMethod · 0.45
openMethod · 0.45

Tested by

no test coverage detected