Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pymupdf/PyMuPDF
/ test_erase_toc
Function
test_erase_toc
tests/test_toc.py:45–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
44
45
def
test_erase_toc():
46
doc.set_toc([])
47
assert doc.get_toc() == []
48
49
50
def
test_replace_toc():
Callers
nothing calls this directly
Calls
2
set_toc
Method · 0.80
get_toc
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…