MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / isDirty

Method isDirty

eos/saveddata/character.py:237–238  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

235
236 @property
237 def isDirty(self):
238 return len(self.dirtySkills) > 0
239
240 def saveLevels(self):
241 if self.ro:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected