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

Method check_finish

src/leetcode.py:87–91  ·  view source on GitHub ↗
(self, id)

Source from the content-addressed store, hash-verified

85 return j['data']['question']['difficulty']
86
87 def check_finish(self, id):
88 for k in self.finished:
89 if k.startswith(id+"."):
90 return True
91 return False
92
93 def check_flask(self, id):
94 for k in self.flasks:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected