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

Function processDogmaAttributes

db_update.py:204–211  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

202 _addRows(data, eos.gamedata.Category, fieldMap=map)
203
204 def processDogmaAttributes():
205 print('processing dogmaattributes')
206 data = _readData('fsd_built', 'dogmaattributes', keyIdName='attributeID')
207 map = {
208 'displayName_en-us': 'displayName',
209 # 'tooltipDescription_en-us': 'tooltipDescription'
210 }
211 _addRows(data, eos.gamedata.AttributeInfo, fieldMap=map)
212
213 def processDogmaTypeAttributes(eveTypesData):
214 print('processing dogmatypeattributes')

Callers 1

update_dbFunction · 0.85

Calls 2

_readDataFunction · 0.85
_addRowsFunction · 0.85

Tested by

no test coverage detected