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

Method parent

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

Source from the content-addressed store, hash-verified

2450
2451 @property
2452 def parent( self):
2453 ret = mupdf.fz_dom_parent( self.this)
2454 if ret.m_internal:
2455 return Xml( ret)
2456
2457 @property
2458 def previous( self):

Callers

nothing calls this directly

Calls 1

XmlClass · 0.85

Tested by

no test coverage detected