obspy.station.util.Comment

class Comment(value, id=None, begin_effective_time=None, end_effective_time=None, authors=None)[source]

Bases: obspy.core.util.base.ComparingObject

From the StationXML definition:
Container for a comment or log entry. Corresponds to SEED blockettes 31, 51 and 59.

Attributes

__dict__
__doc__ str(object=’‘) -> string
__module__ str(object=’‘) -> string
__weakref__ list of weak references to the object (if defined)
authors
begin_effective_time
end_effective_time
id
value

Special Methods

__eq__
__init__
type value:String
__ne__

This Page