MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / SourceWrapper

Class SourceWrapper

graphs/wrapper.py:101–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99
100
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):
109 return self._colorID
110
111 @colorID.setter
112 def colorID(self, value):
113 self._colorID = value
114
115
116class TargetWrapper(BaseWrapper):

Callers 1

appendItemMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected