obspy.core.util.base.ComparingObject

class ComparingObject[source]

Bases: object

Simple base class that implements == and != based on self.__dict__

Attributes

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

Special Methods

__eq__
__ne__

This Page