nannyml.io.base module

class nannyml.io.base.Writer(filepath: PurePosixPath)[source]

Bases: ABC

Base class for writing out results

write(results) Any[source]
nannyml.io.base.get_filepath_str(path: PurePath, protocol: str) str[source]
nannyml.io.base.get_protocol_and_path(filepath: str) Tuple[str, str][source]