Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ __deepcopy__
Method
__deepcopy__
eos/saveddata/character.py:454–456 ·
view source on GitHub ↗
(self, memo)
Source
from the content-addressed store, hash-verified
452
return
val
453
454
def
__deepcopy__(self, memo):
455
copy = Skill(self.character, self.item, self.level, self.__ro)
456
return
copy
457
458
def
__repr__(self):
459
return
"Skill(ID={}, name={}) at {}"
.format(
Callers
nothing calls this directly
Calls
1
Skill
Class · 0.85
Tested by
no test coverage detected