dvid.fetch.get_last_mod

dvid.fetch.get_last_mod(bodyid, server=None, node=None)[source]

Fetch details on the last modification to given body.

Parameters
  • bodyid (body ID) – Body for which to find positions.

  • server (str, optional) – If not provided, will try reading from global.

  • node (str, optional) – If not provided, will try reading from global.

Returns

{‘mutation id’: int,

’last mod user’: str, ‘last mod app’: str, ‘last mod time’: timestamp isoformat str}

Return type

dict