MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / __deepcopy__

Method __deepcopy__

eos/saveddata/cargo.py:88–91  ·  view source on GitHub ↗
(self, memo)

Source from the content-addressed store, hash-verified

86 return val
87
88 def __deepcopy__(self, memo):
89 copy = Cargo(self.item)
90 copy.amount = self.amount
91 return copy
92
93 def rebase(self, item):
94 amount = self.amount

Callers

nothing calls this directly

Calls 1

CargoClass · 0.85

Tested by

no test coverage detected