def __init__(self, key): self.degree, data = _gen[key]() self.points, self.weights = untangle(data) self.weights *= sqrt(pi)**3 return