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

Method down

src/__init__.py:9359–9364  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

9357
9358 @property
9359 def down(self):
9360 ol = self.this
9361 down_ol = ol.down()
9362 if not down_ol.m_internal:
9363 return
9364 return Outline(down_ol)
9365
9366 @property
9367 def is_external(self):

Callers

nothing calls this directly

Calls 1

OutlineClass · 0.85

Tested by

no test coverage detected