def os_error_not_implemented(*unused_args, **unused_kwargs): raise OSError(errno.ENOSYS, 'Function not implemented')