MCPcopy Create free account
hub / github.com/PDFMathTranslate/PDFMathTranslate / dup

Method dup

pdf2zh/pdfinterp.py:64–65  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

62 self.obj_patch = obj_patch
63
64 def dup(self) -> "PDFPageInterpreterEx":
65 return self.__class__(self.rsrcmgr, self.device, self.obj_patch)
66
67 def init_resources(self, resources: Dict[object, object]) -> None:
68 # 重载设置 fontid 和 descent

Callers 1

do_DoMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected