Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ capUsed
Method
capUsed
eos/saveddata/fit.py:1400–1404 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1398
1399
@property
1400
def
capUsed(self):
1401
if
self.__capUsed is None:
1402
self.simulateCap()
1403
1404
return
self.__capUsed
1405
1406
@property
1407
def
capRecharge(self):
Callers
nothing calls this directly
Calls
1
simulateCap
Method · 0.95
Tested by
no test coverage detected