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

Function processEveCategories

db_update.py:197–202  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

195 return data
196
197 def processEveCategories():
198 print('processing evecategories')
199 data = _readData('fsd_built', 'categories', keyIdName='categoryID')
200 map = { 'categoryName_en-us': 'name' }
201 map.update({'categoryName'+v: 'name'+v for (k, v) in eos.config.translation_mapping.items() if k != 'en'})
202 _addRows(data, eos.gamedata.Category, fieldMap=map)
203
204 def processDogmaAttributes():
205 print('processing dogmaattributes')

Callers 1

update_dbFunction · 0.85

Calls 4

_readDataFunction · 0.85
_addRowsFunction · 0.85
itemsMethod · 0.80
updateMethod · 0.45

Tested by

no test coverage detected