Getting Started
Developer Resources
Indices and Tables
Checks whether a file is ASCII SLIST format.
filename (str) – Name of the ASCII SLIST file to be checked.
bool
True if ASCII SLIST file.
True
Example
>>> _is_slist('/path/to/slist.ascii') True