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

Method OnShowDamagePatternEditor

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

Source from the content-addressed store, hash-verified

450 TargetProfileEditor.openOne(parent=self)
451
452 def OnShowDamagePatternEditor(self, event):
453 DmgPatternEditor.openOne(parent=self)
454
455 def OnShowImplantSetEditor(self, event):
456 ImplantSetEditor.openOne(parent=self)

Callers

nothing calls this directly

Calls 1

openOneMethod · 0.45

Tested by

no test coverage detected