def is_regular(self, ino): return And(self.is_valid(ino), self._attrs.mode(ino) & stat.S_IFDIR == 0) ##