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

Method unrestrict

gui/patternEditor.py:233–238  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

231 self.entityEditor.btnDelete.Enable(False)
232
233 def unrestrict(self):
234 for type_ in self.DAMAGE_TYPES:
235 editObj = getattr(self, "%sEdit" % type_)
236 editObj.Enable()
237 self.entityEditor.btnRename.Enable()
238 self.entityEditor.btnDelete.Enable()
239
240 def patternChanged(self, event=None):
241

Callers 1

patternChangedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected