Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pymupdf/PyMuPDF
/ next
Method
next
src/__init__.py:2446–2449 ·
view source on GitHub ↗
( self)
Source
from the content-addressed store, hash-verified
2444
2445
@property
2446
def
next( self):
2447
ret = mupdf.fz_dom_next( self.this)
2448
if
ret.m_internal:
2449
return
Xml( ret)
2450
2451
@property
2452
def
parent( self):
Callers
2
next
Method · 0.45
next
Method · 0.45
Calls
1
Xml
Class · 0.85
Tested by
no test coverage detected