def __init__(self, *factors):
        if len(factors) == 1:
            try:
                self._factors = list(factors[0])
            except: