MCPcopy Create free account
hub / github.com/pymupdf/PyMuPDF / test_cansaveincrementally

Function test_cansaveincrementally

tests/test_general.py:66–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64
65
66def test_cansaveincrementally():
67 doc = pymupdf.open(filename)
68 assert doc.can_save_incrementally() == True
69
70
71def test_iswrapped():

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…