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

Method __init__

src/codeforces.py:12–18  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

10
11class PageProblemInfo:
12 def __init__(self):
13 self.id = ""
14 self.url = ""
15 self.name = ""
16 self.tags = ""
17 self.rate = 0
18 self.solved = 0
19
20class Codeforces:
21 def __init__(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected