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

Method __init__

src/datamap.py:7–9  ·  view source on GitHub ↗
(self, id, tags)

Source from the content-addressed store, hash-verified

5
6class Problem:
7 def __init__(self, id, tags):
8 self.id = id
9 self.tags = tags
10
11class DataMapNode:
12 def __init__(self, name, problems, is_root, parent):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected