Getting Started
Developer Resources
Indices and Tables
Check whether a file is a pickled ObsPy Stream file.
filename (str) – Name of the pickled ObsPy Stream file to be checked.
bool
True if pickled file.
True
Example
>>> _is_pickle('/path/to/pickle.file') True