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

Method __init__

graphs/data/base/defs.py:29–34  ·  view source on GitHub ↗
(self, handle, unit, label, selectorLabel=None, hidden=False)

Source from the content-addressed store, hash-verified

27class YDef:
28
29 def __init__(self, handle, unit, label, selectorLabel=None, hidden=False):
30 self.handle = handle
31 self.unit = unit
32 self.label = label
33 self._selectorLabel = selectorLabel
34 self.hidden = hidden
35
36 @property
37 def selectorLabel(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected