Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ copyPattern
Method
copyPattern
service/damagePattern.py:70–73 ·
view source on GitHub ↗
(p)
Source
from the content-addressed store, hash-verified
68
69
@staticmethod
70
def
copyPattern(p):
71
newP = copy.deepcopy(p)
72
eos.db.save(newP)
73
return
newP
74
75
@staticmethod
76
def
saveChanges(p):
Callers
nothing calls this directly
Calls
1
save
Method · 0.80
Tested by
no test coverage detected