obspy.core.util.testing.ImageComparison.seekable

ImageComparison.seekable()

Return whether object supports random access.

If False, seek(), tell() and truncate() will raise UnsupportedOperation. This method may need to do a test seek().