Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ isInvalid
Method
isInvalid
eos/saveddata/fighter.py:175–176 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
173
174
@property
175
def
isInvalid(self):
176
return
self.__item is None or self.__item.category.name !=
"Fighter"
177
178
@property
179
def
item(self):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected