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

Method copyPattern

service/targetProfile.py:65–68  ·  view source on GitHub ↗
(p)

Source from the content-addressed store, hash-verified

63
64 @staticmethod
65 def copyPattern(p):
66 newP = copy.deepcopy(p)
67 db.save(newP)
68 return newP
69
70 @staticmethod
71 def saveChanges(p):

Callers 2

DoCopyMethod · 0.45
DoCopyMethod · 0.45

Calls 1

saveMethod · 0.80

Tested by

no test coverage detected