MCPcopy 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
45def test_erase_toc():
46 doc.set_toc([])
47 assert doc.get_toc() == []
48
49
50def test_replace_toc():

Callers

nothing calls this directly

Calls 2

set_tocMethod · 0.80
get_tocMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…