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

Method __deepcopy__

eos/saveddata/damagePattern.py:372–375  ·  view source on GitHub ↗
(self, memo)

Source from the content-addressed store, hash-verified

370 remainingName = remainingName[end + 1:].strip()
371
372 def __deepcopy__(self, memo):
373 p = DamagePattern(self.emAmount, self.thermalAmount, self.kineticAmount, self.explosiveAmount)
374 p.rawName = "%s copy" % self.rawName
375 return p

Callers

nothing calls this directly

Calls 1

DamagePatternClass · 0.70

Tested by

no test coverage detected