Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ OnShowPreferenceDialog
Method
OnShowPreferenceDialog
gui/mainFrame.py:485–487 ·
view source on GitHub ↗
(self, event)
Source
from the content-addressed store, hash-verified
483
return
484
485
def
OnShowPreferenceDialog(self, event):
486
with
PreferenceDialog(self)
as
dlg:
487
dlg.ShowModal()
488
489
@staticmethod
490
def
goWiki(event):
Callers
nothing calls this directly
Calls
1
PreferenceDialog
Class · 0.90
Tested by
no test coverage detected