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__ unicode(string [, encoding[, errors]]) -> object
__module__ str(object) -> string
__weakref__ list of weak references to the object (if defined)
authors
begin_effective_time
end_effective_time
id
value

Public Methods

next

Special Methods

__eq__
__init__
type value:str
__long__
__native__ Hook for the future.utils.native() function
__ne__
__nonzero__
__unicode__