MCPcopy Index your code
hub / github.com/pymupdf/PyMuPDF / Graftmap

Class Graftmap

src/__init__.py:8433–8444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8431
8432
8433class Graftmap:
8434
8435 def __del__(self):
8436 if not type(self) is Graftmap:
8437 return
8438 self.thisown = False
8439
8440 def __init__(self, doc):
8441 dst = _as_pdf_document(doc)
8442 map_ = mupdf.pdf_new_graft_map(dst)
8443 self.this = map_
8444 self.thisown = True
8445
8446
8447class Link:

Callers 3

insert_pdfMethod · 0.85
show_pdf_pageMethod · 0.85
show_pdf_pageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…