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

Function getMetaData

eos/db/gamedata/queries.py:416–421  ·  view source on GitHub ↗
(field)

Source from the content-addressed store, hash-verified

414
415@cachedQuery(1, "field")
416def getMetaData(field):
417 if isinstance(field, str):
418 data = get_gamedata_session().query(MetaData).get(field)
419 else:
420 raise TypeError("Need string as argument")
421 return data
422
423
424@cachedQuery(2, "itemIDs", "attributeID")

Callers

nothing calls this directly

Calls 2

get_gamedata_sessionFunction · 0.90
getMethod · 0.45

Tested by

no test coverage detected