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

Method __init__

gui/setEditor.py:61–63  ·  view source on GitHub ↗
(self, parent)

Source from the content-addressed store, hash-verified

59
60class ImplantSetEntityEditor(EntityEditor):
61 def __init__(self, parent):
62 EntityEditor.__init__(self, parent, _t("Implant Set"))
63 self.SetEditorValidator(ImplantTextValidor)
64
65 def getEntitiesFromContext(self):
66 sIS = ImplantSets.getInstance()

Callers

nothing calls this directly

Calls 3

SetEditorValidatorMethod · 0.80
_tFunction · 0.50
__init__Method · 0.45

Tested by

no test coverage detected