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

Method copy

service/character.py:347–350  ·  view source on GitHub ↗
(char)

Source from the content-addressed store, hash-verified

345
346 @staticmethod
347 def copy(char):
348 newChar = copy.deepcopy(char)
349 eos.db.save(newChar)
350 return newChar
351
352 @staticmethod
353 def delete(char):

Callers 4

OnPaintMethod · 0.80
DoCopyMethod · 0.80
saveLevelsMethod · 0.80
revertLevelsMethod · 0.80

Calls 1

saveMethod · 0.80

Tested by

no test coverage detected