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

Method OnShowCharacterEditor

gui/mainFrame.py:443–444  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

441 DevTools.openOne(parent=self)
442
443 def OnShowCharacterEditor(self, event):
444 CharacterEditor.openOne(parent=self)
445
446 def OnShowAttrEditor(self, event):
447 AttributeEditor.openOne(parent=self)

Callers 1

charChangedMethod · 0.80

Calls 1

openOneMethod · 0.45

Tested by

no test coverage detected