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

Method dest

src/__init__.py:9347–9349  ·  view source on GitHub ↗

outline destination details

(self)

Source from the content-addressed store, hash-verified

9345
9346 @property
9347 def dest(self):
9348 '''outline destination details'''
9349 return linkDest(self, None, None)
9350
9351 def destination(self, document):
9352 '''

Callers

nothing calls this directly

Calls 1

linkDestClass · 0.85

Tested by

no test coverage detected