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

Method __init__

gui/characterEditor.py:90–92  ·  view source on GitHub ↗
(self, parent)

Source from the content-addressed store, hash-verified

88
89class CharacterEntityEditor(EntityEditor):
90 def __init__(self, parent):
91 EntityEditor.__init__(self, parent, _t("Character"))
92 self.SetEditorValidator(CharacterTextValidor)
93
94 def getEntitiesFromContext(self):
95 sChar = Character.getInstance()

Callers

nothing calls this directly

Calls 3

SetEditorValidatorMethod · 0.80
_tFunction · 0.50
__init__Method · 0.45

Tested by

no test coverage detected