Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ isDirty
Method
isDirty
eos/saveddata/character.py:343–344 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
341
342
@property
343
def
isDirty(self):
344
return
self.__level != self.activeLevel
345
346
@property
347
def
learned(self):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected