Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ addException
Method
addException
gui/errorDialog.py:127–128 ·
view source on GitHub ↗
(self, text)
Source
from the content-addressed store, hash-verified
125
self.Centre(wx.BOTH)
126
127
def
addException(self, text):
128
self.errorTextCtrl.AppendText(
"\n{}\n\n{}"
.format(
"#"
* 20, text))
Callers
1
HandleException
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected