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

Function processEveGroups

db_update.py:189–195  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

187 return newData
188
189 def processEveGroups():
190 print('processing evegroups')
191 data = _readData('fsd_built', 'groups', keyIdName='groupID')
192 map = {'groupName_en-us': 'name'}
193 map.update({'groupName'+v: 'name'+v for (k, v) in eos.config.translation_mapping.items() if k != 'en'})
194 _addRows(data, eos.gamedata.Group, fieldMap=map)
195 return data
196
197 def processEveCategories():
198 print('processing evecategories')

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