Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pymupdf/PyMuPDF
/ next
Method
next
src/__init__.py:9388–9393 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
9386
9387
@property
9388
def
next(self):
9389
ol = self.this
9390
next_ol = ol.next()
9391
if
not next_ol.m_internal:
9392
return
9393
return
Outline(next_ol)
9394
9395
@property
9396
def
page(self):
Callers
nothing calls this directly
Calls
2
Outline
Class · 0.85
next
Method · 0.45
Tested by
no test coverage detected