Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ renamePattern
Method
renamePattern
service/targetProfile.py:56–58 ·
view source on GitHub ↗
(p, newName)
Source
from the content-addressed store, hash-verified
54
55
@staticmethod
56
def
renamePattern(p, newName):
57
p.rawName = newName
58
db.save(p)
59
60
@staticmethod
61
def
deletePattern(p):
Callers
4
DoRename
Method · 0.45
DoCopy
Method · 0.45
DoRename
Method · 0.45
DoCopy
Method · 0.45
Calls
1
save
Method · 0.80
Tested by
no test coverage detected