(self, leet)
| 11 | |
| 12 | class 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) |
nothing calls this directly
no outgoing calls
no test coverage detected