Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ isFit
Method
isFit
graphs/wrapper.py:34–35 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
32
33
@property
34
def
isFit(self):
35
return
isinstance(self.item, Fit)
36
37
@property
38
def
isProfile(self):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected