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

Method openOne

gui/targetProfileEditor.py:251–254  ·  view source on GitHub ↗
(cls, parent, selected=None)

Source from the content-addressed store, hash-verified

249
250 @classmethod
251 def openOne(cls, parent, selected=None):
252 super().openOne(parent)
253 if selected is not None:
254 cls._instance.selectTargetProfile(selected)
255
256 def OnFieldChanged(self, event=None):
257 if event is not None:

Callers

nothing calls this directly

Calls 1

selectTargetProfileMethod · 0.80

Tested by

no test coverage detected