Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pymupdf/PyMuPDF
/ document
Method
document
src/__init__.py:15943–15945 ·
view source on GitHub ↗
( self)
Source
from the content-addressed store, hash-verified
15941
return
dom.bodytag()
15942
15943
def
document( self):
15944
dom = mupdf.fz_story_document( self.this)
15945
return
Xml( dom)
15946
15947
def
draw( self, device, matrix=None):
15948
ctm2 = JM_matrix_from_py( matrix)
Callers
1
body
Method · 0.95
Calls
1
Xml
Class · 0.85
Tested by
no test coverage detected