Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pymupdf/PyMuPDF
/ body
Method
body
src/__init__.py:15939–15941 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
15937
15938
@property
15939
def
body(self):
15940
dom = self.document()
15941
return
dom.bodytag()
15942
15943
def
document( self):
15944
dom = mupdf.fz_story_document( self.this)
Callers
nothing calls this directly
Calls
2
document
Method · 0.95
bodytag
Method · 0.80
Tested by
no test coverage detected