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

Method __init__

graphs/style.py:35–38  ·  view source on GitHub ↗
(self, name, iconNamePrefix, mplSpec)

Source from the content-addressed store, hash-verified

33class LineStyleData:
34
35 def __init__(self, name, iconNamePrefix, mplSpec):
36 self.name = name
37 self._iconNamePrefix = iconNamePrefix
38 self.mplSpec = mplSpec
39
40 @property
41 def iconName(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected