MCPcopy Create free account
hub / github.com/acm-clan/algorithm-stone / init_db

Method init_db

src/leetcode.py:39–41  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

37 self.flasks.append(k)
38
39 def init_db(self):
40 d = SqliteDict(util.get_db('leetcode.sqlite'), autocommit=True)
41 return d
42
43 def close_db(self):
44 self.dict.close()

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected