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

Method __init__

src/leetcode_view.py:13–16  ·  view source on GitHub ↗
(self, leet)

Source from the content-addressed store, hash-verified

11
12class LeetcodeView(platform_view.PlatformView):
13 def __init__(self, leet):
14 self.leet = leet
15 self.m = None
16 self.slug = "leetcode"
17
18 def check_finish(self, title):
19 return self.leet.check_finish(title)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected