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

Method get_problem

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

Source from the content-addressed store, hash-verified

19 return self.leet.check_finish(title)
20
21 def get_problem(self, title):
22 return self.m.problem_map[title]
23
24 def check_flask(self, title):
25 return self.leet.check_flask(title)

Callers 1

generate_leetcodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected