MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / __deepcopy__

Method __deepcopy__

eos/saveddata/ship.py:141–143  ·  view source on GitHub ↗
(self, memo)

Source from the content-addressed store, hash-verified

139 return items
140
141 def __deepcopy__(self, memo):
142 copy = Ship(self.item)
143 return copy
144
145 def __repr__(self):
146 return "Ship(ID={}, name={}) at {}".format(

Callers

nothing calls this directly

Calls 1

ShipClass · 0.85

Tested by

no test coverage detected