biotite.temp_file

biotite.temp_file(suffix='')[source]

Get a file path to a temporary file.

All temporary files will be deleted after script execution.

DEPRECATED: Please use the tempfile module from the standard library.

Parameters
suffixstr

Suffix of the file. By default no suffix will be appended.

Returns
temp_file_namestr

a file name in the temporary directory.