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