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

Class Problem

src/datamap.py:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4legal_punctuation = [':', '-']
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 1

consume_problemsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected