def __init__(self, file, include_shifted_exponentials: bool = False): self.doc = PdfPages(file) self._include_shifted_exponentials = include_shifted_exponentials