Utilities for working with temporary files in Koto.
|| -> File
Creates and returns a temporary file.
This is a wrapper for NamedTempFile
from the tempfile
crate, please refer to
the documentation for more information.
f = temp_file.tempfile()
f.path()
# -> /path/to/a/temporary/file