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

Method first_link

src/__init__.py:11403–11407  ·  view source on GitHub ↗

First link on page

(self)

Source from the content-addressed store, hash-verified

11401
11402 @property
11403 def first_link(self):
11404 '''
11405 First link on page
11406 '''
11407 return self.load_links()
11408
11409 @property
11410 def first_widget(self):

Callers

nothing calls this directly

Calls 1

load_linksMethod · 0.95

Tested by

no test coverage detected