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

Method __init__

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

Source from the content-addressed store, hash-verified

55class XDef:
56
57 def __init__(self, handle, unit, label, mainInput, selectorLabel=None, hidden=False):
58 self.handle = handle
59 self.unit = unit
60 self.label = label
61 self.mainInput = mainInput
62 self._selectorLabel = selectorLabel
63 self.hidden = hidden
64
65 @property
66 def selectorLabel(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected