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