Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
OnPaint
Method · 0.80
DoCopy
Method · 0.80
saveLevels
Method · 0.80
revertLevels
Method · 0.80
Calls
1
save
Method · 0.80
Tested by
no test coverage detected