obspy.core.stream._read_pickle

_read_pickle(filename, **kwargs)[source]

Read and return Stream from pickled ObsPy Stream file.

Warning

This function should NOT be called directly, it registers via the ObsPy read() function, call this instead.

Parameters:filename (str) Name of the pickled ObsPy Stream file to be read.
Return type:Stream
Returns:A ObsPy Stream object.