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 (*args, **kwds) |
Context manager for skbio.io.util.open() . |
open_files (*args, **kwds) |
A plural form of open_file() . |