obspy.core.inventory.util.Dip.__getformat__

Dip.__getformat__(typestr) → string

You probably don’t want to use this function. It exists mainly to be used in Python’s test suite.

typestr must be ‘double’ or ‘float’. This function returns whichever of ‘unknown’, ‘IEEE, big-endian’ or ‘IEEE, little-endian’ best describes the format of floating point numbers used by the C type named by typestr.