skbio.io.util)¶This module provides utility functions to deal with files and I/O in general.
open(file[, mode, encoding, errors, …]) |
Convert input into a filehandle. |
open_file(file, **kwargs) |
Context manager for skbio.io.util.open(). |
open_files(files, **kwargs) |
A plural form of open_file(). |