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

Method close_db

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

Source from the content-addressed store, hash-verified

41 return d
42
43 def close_db(self):
44 self.dict.close()
45
46 def get_tag_problems(self, tag):
47 problems = self.get_all_problems()

Callers 2

processFunction · 0.95
query.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected