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

Method get_problem

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected