def inode2swhid(self, inode: int) -> SWHID: try: return self._inode2swhid[inode] except KeyError: raise pyfuse3.FUSEError(errno.ENOENT)