obspy.io.ascii.core._is_slist

_is_slist(filename)[source]

Checks whether a file is ASCII SLIST format.

Parameters:filename (str) Name of the ASCII SLIST file to be checked.
Return type:bool
Returns:True if ASCII SLIST file.

Example

>>> _is_slist('/path/to/slist.ascii')  
True