obspy.io.rg16.core.HeaderCount

class HeaderCount

Bases: builtins.tuple

HeaderCount(channel_set, extended, external)

Attributes

__doc__ str(object=’‘) -> str
__module__ str(object=’‘) -> str
__slots__ tuple() -> empty tuple
channel_set Alias for field number 0
extended Alias for field number 1
external Alias for field number 2

Public Methods

count
index Raises ValueError if the value is not present.

Private Methods

Warning

Private methods are mainly for internal/developer use and their API might change without notice.

_asdict Return a new OrderedDict which maps field names to their values.
_make Make a new HeaderCount object from a sequence or iterable
_replace Return a new HeaderCount object replacing specified fields with new values

Special Methods

__dir__ default dir() implementation
__format__ default object formatter
__getnewargs__ Return self as a plain tuple.
__new__ Create new instance of HeaderCount(channel_set, extended, external)
__reduce__ helper for pickle
__reduce_ex__ helper for pickle
__repr__ Return a nicely formatted representation string
__sizeof__ size of object in memory, in bytes
__subclasshook__ Abstract classes can override this to customize issubclass().