Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ getDamagePattern
Method
getDamagePattern
service/damagePattern.py:50–51 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
48
49
@staticmethod
50
def
getDamagePattern(name):
51
return
eos.db.getDamagePattern(name)
52
53
@staticmethod
54
def
newPattern(name):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected