MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / __init__

Method __init__

graphs/wrapper.py:103–105  ·  view source on GitHub ↗
(self, item, colorID)

Source from the content-addressed store, hash-verified

101class SourceWrapper(BaseWrapper):
102
103 def __init__(self, item, colorID):
104 super().__init__(item)
105 self._colorID = colorID
106
107 @property
108 def colorID(self):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected