MCPcopy 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

charChangedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected