obspy.core.util.obspy_types.Enum.__str__

Enum.__str__()[source]
>>> enum = Enum(["c", "a", "b"])
>>> print enum
Enum(["c", "a", "b"])

This Page