malib.utils.io_wrapper package
- class malib.utils.io_wrapper.BaseIOWrapper[source]
Bases:
abc.ABCAbstract base class for io wrapper.
The wrapper serves the following purposes
Unified local/remote files r/w
- class malib.utils.io_wrapper.StandardIOWrapper(in_stream=<_io.TextIOWrapper name='<stdin>' mode='r' encoding='UTF-8'>, out_stream=<_io.TextIOWrapper name='<stdout>' mode='w' encoding='UTF-8'>)[source]