MCPcopy Create free account
hub / github.com/KnowingNothing/MatmulTutorial / __init__

Method __init__

util/simulator/kernel.py:10–11  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

8
9class NameGenerator:
10 def __init__(self) -> None:
11 self._cache = {}
12
13 def get(self, name):
14 lastname = name

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected