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

Method __init__

gui/patternEditor.py:64–66  ·  view source on GitHub ↗
(self, parent)

Source from the content-addressed store, hash-verified

62
63class DmgPatternEntityEditor(EntityEditor):
64 def __init__(self, parent):
65 EntityEditor.__init__(self, parent, _t("Damage Profile"))
66 self.SetEditorValidator(DmgPatternNameValidator)
67
68 def getEntitiesFromContext(self):
69 sDP = DamagePattern.getInstance()

Callers

nothing calls this directly

Calls 3

SetEditorValidatorMethod · 0.80
_tFunction · 0.50
__init__Method · 0.45

Tested by

no test coverage detected