Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ numCharges
Method
numCharges
eos/saveddata/module.py:197–198 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
195
196
@property
197
def
numCharges(self):
198
return
self.getNumCharges(self.charge)
199
200
def
getNumCharges(self, charge):
201
if
charge is None:
Callers
nothing calls this directly
Calls
1
getNumCharges
Method · 0.95
Tested by
no test coverage detected