MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / restrict

Method restrict

gui/characterEditor.py:255–257  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

253 event.Skip()
254
255 def restrict(self):
256 self.entityEditor.btnRename.Enable(False)
257 self.entityEditor.btnDelete.Enable(False)
258
259 def unrestrict(self):
260 self.entityEditor.btnRename.Enable()

Callers 1

charChangedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected