MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / getMiscData

Function getMiscData

eos/db/saveddata/queries.py:357–363  ·  view source on GitHub ↗
(field)

Source from the content-addressed store, hash-verified

355
356
357def getMiscData(field):
358 if isinstance(field, str):
359 with sd_lock:
360 data = saveddata_session.query(MiscData).get(field)
361 else:
362 raise TypeError("Need string as argument")
363 return data
364
365
366def getDamagePatternList(eager=None):

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected