Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ OnProfileRenamed
Method
OnProfileRenamed
graphs/gui/frame.py:150–153 ·
view source on GitHub ↗
(self, event)
Source
from the content-addressed store, hash-verified
148
149
# Target profile events
150
def
OnProfileRenamed(self, event):
151
event.Skip()
152
self.ctrlPanel.OnProfileRenamed(event)
153
self.draw()
154
155
def
OnProfileChanged(self, event):
156
event.Skip()
Callers
nothing calls this directly
Calls
1
draw
Method · 0.95
Tested by
no test coverage detected