update

FileInfo.update(other_info, ignore_none_time=True)[source]

Update this object with another FileInfo object.

Parameters
  • other_info – A FileInfo object.

  • ignore_none_time – If the start time or end time of other_info is set to None, it does not overwrite the corresponding time of this object.

Returns

None