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

Method __init__

gui/targetProfileEditor.py:85–88  ·  view source on GitHub ↗
(self, parent)

Source from the content-addressed store, hash-verified

83class TargetProfileEntityEditor(EntityEditor):
84
85 def __init__(self, parent):
86 EntityEditor.__init__(self, parent=parent, entityName=_t("Target Profile"))
87 self.SetEditorValidator(TargetProfileNameValidator)
88 self.mainFrame = gui.mainFrame.MainFrame.getInstance()
89
90 def getEntitiesFromContext(self):
91 sTR = TargetProfile.getInstance()

Callers

nothing calls this directly

Calls 4

SetEditorValidatorMethod · 0.80
_tFunction · 0.50
__init__Method · 0.45
getInstanceMethod · 0.45

Tested by

no test coverage detected