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

Method check_flask

src/leetcode_view.py:24–25  ·  view source on GitHub ↗
(self, title)

Source from the content-addressed store, hash-verified

22 return self.m.problem_map[title]
23
24 def check_flask(self, title):
25 return self.leet.check_flask(title)
26
27 def is_valid_title(self, title):
28 return title.isdigit()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected