MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / get_gamedata_session

Function get_gamedata_session

eos/db/__init__.py:72–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70
71
72def get_gamedata_session():
73 thread_id = threading.get_ident()
74 if thread_id not in gamedata_sessions:
75 gamedata_sessions[thread_id] = GamedataSession()
76 return gamedata_sessions[thread_id]
77
78
79pyfalog.debug('Getting gamedata version')

Callers 15

getItemFunction · 0.90
getItemsFunction · 0.90
getMutaplasmidFunction · 0.90
getAlphaCloneFunction · 0.90
getAlphaCloneListFunction · 0.90
getGroupFunction · 0.90
getCategoryFunction · 0.90
getMetaGroupFunction · 0.90
getMetaGroupsFunction · 0.90
getMarketGroupFunction · 0.90
getMarketTreeNodeIdsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected