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

Function processDogmaUnits

db_update.py:283–289  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

281 return newData
282
283 def processDogmaUnits():
284 print('processing dogmaunits')
285 data = _readData('fsd_built', 'dogmaunits', keyIdName='unitID')
286 _addRows(data, eos.gamedata.Unit, fieldMap={
287 'name': 'unitName',
288 'displayName_en-us': 'displayName'
289 })
290
291 def processMarketGroups():
292 print('processing marketgroups')

Callers 1

update_dbFunction · 0.85

Calls 2

_readDataFunction · 0.85
_addRowsFunction · 0.85

Tested by

no test coverage detected