The dip.io.io_manager module contains dip’s default i/o manager implementation.
Base class: Model
The IoManager class is the default implementation of the IIoManager interface.
Get the list of readable storage location instances for which a location specified as a string is valid.
Parameters: |
|
---|---|
Returns: | the list of storage location instances. |
Get the list of the storage instances that can be read from using a particular format.
Parameter: | format – is the identifier of the format. |
---|---|
Returns: | the list of storage instances. |
Get the list of writeable storage location instances for which a location specified as a string is valid.
Parameters: |
|
---|---|
Returns: | the list of storage location instances. |
Get the list of the storage instances that can be written to using a particular format.
Parameter: | format – is the identifier of the format. |
---|---|
Returns: | the list of storage instances. |