MCPcopy Index your code
hub / github.com/pymupdf/PyMuPDF / test_replace_toc

Function test_replace_toc

tests/test_toc.py:50–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48
49
50def test_replace_toc():
51 toc = doc.get_toc(False)
52 doc.set_toc(toc)
53
54
55def test_setcolors():

Callers

nothing calls this directly

Calls 2

get_tocMethod · 0.80
set_tocMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…