Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
DoCopy
Method · 0.45
DoCopy
Method · 0.45
Calls
1
save
Method · 0.80
Tested by
no test coverage detected