def _validate_each(self, each):
        try:
            each[:]
        except TypeError:
            type_name = type(each).__name__