syncopy.shared.errors.SPYIOError#

exception syncopy.shared.errors.SPYIOError(fs_loc, exists=None)[source]#

SynCoPy-specific version of an IO/OSError

fs_loc#

File-system location (file/directory) that caused the exception

Type:

str

exists#

If exists = True, fs_loc already exists and cannot be overwritten, otherwise fs_loc does not exist and hence cannot be read.

Type:

bool

__init__(fs_loc, exists=None)[source]#
args#
with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.