Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ renamePattern
Method
renamePattern
service/damagePattern.py:61–63 ·
view source on GitHub ↗
(p, newName)
Source
from the content-addressed store, hash-verified
59
60
@staticmethod
61
def
renamePattern(p, newName):
62
p.rawName = newName
63
eos.db.save(p)
64
65
@staticmethod
66
def
deletePattern(p):
Callers
nothing calls this directly
Calls
1
save
Method · 0.80
Tested by
no test coverage detected