MCPcopy 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

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

setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45

Calls 2

superClass · 0.85
openMethod · 0.45

Tested by

no test coverage detected