obspy.core.inventory.util.Comment.__init__

Comment.__init__(value, id=None, begin_effective_time=None, end_effective_time=None, authors=None)[source]
Parameters
  • value (str) – The actual comment string

  • id (int) – ID of comment, must be 0 or greater.

  • begin_effective_time (UTCDateTime, optional) – The effective start date.

  • end_effective_time (UTCDateTime, optional) – The effective end date.

  • authors (list of Person, optional) – The authors of this comment.