MCPcopy Create free account
hub / github.com/pymupdf/PyMuPDF / _remove_links_to

Method _remove_links_to

src/__init__.py:4058–4060  ·  view source on GitHub ↗
(self, numbers)

Source from the content-addressed store, hash-verified

4056 return self[pno]
4057
4058 def _remove_links_to(self, numbers):
4059 pdf = _as_pdf_document(self)
4060 _remove_dest_range(pdf, numbers)
4061
4062 def _remove_toc_item(self, xref):
4063 # "remove" bookmark by letting it point to nowhere

Callers 1

delete_pagesMethod · 0.95

Calls 2

_as_pdf_documentFunction · 0.85
_remove_dest_rangeFunction · 0.85

Tested by

no test coverage detected