file module¶
The set of definitions to store results in filesystems.
-
class
jinete.storers.file.
FileStorer
(file_path, *args, **kwargs)[source]¶ Bases:
jinete.storers.abc.Storer
Store a resulting solution into a file.
-
__init__
(file_path, *args, **kwargs)[source]¶ Construct a new object instance.
- Parameters
file_path (
pathlib.Path
) – The file path in which to store the problem solution.args – Additional positional arguments.
kwargs – Additional named arguments.
-