Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ __deepcopy__
Method
__deepcopy__
eos/saveddata/mode.py:57–59 ·
view source on GitHub ↗
(self, memo)
Source
from the content-addressed store, hash-verified
55
effect.handler(fit, self, (
"module"
,), None, effect=effect)
56
57
def
__deepcopy__(self, memo):
58
copy = Mode(self.item)
59
return
copy
60
61
def
__repr__(self):
62
return
"Mode(ID={}, name={}) at {}"
.format(
Callers
nothing calls this directly
Calls
1
Mode
Class · 0.85
Tested by
no test coverage detected