Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ charge
Method
charge
eos/saveddata/module.py:398–399 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
396
397
@property
398
def
charge(self):
399
return
self.__charge
if
self.__charge != 0
else
None
400
401
@charge.setter
402
def
charge(self, charge):
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected