Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pymupdf/PyMuPDF
/ previous
Method
previous
src/__init__.py:2458–2461 ·
view source on GitHub ↗
( self)
Source
from the content-addressed store, hash-verified
2456
2457
@property
2458
def
previous( self):
2459
ret = mupdf.fz_dom_previous( self.this)
2460
if
ret.m_internal:
2461
return
Xml( ret)
2462
2463
def
remove( self):
2464
mupdf.fz_dom_remove( self.this)
Callers
nothing calls this directly
Calls
1
Xml
Class · 0.85
Tested by
no test coverage detected