Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ unrestrict
Method
unrestrict
gui/characterEditor.py:259–261 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
257
self.entityEditor.btnDelete.Enable(False)
258
259
def
unrestrict(self):
260
self.entityEditor.btnRename.Enable()
261
self.entityEditor.btnDelete.Enable()
262
263
def
charChanged(self, event):
264
char = self.entityEditor.getActiveEntity()
Callers
1
charChanged
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected