Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
def
test_cansaveincrementally():
67
doc = pymupdf.open(filename)
68
assert doc.can_save_incrementally() == True
69
70
71
def
test_iswrapped():
Callers
nothing calls this directly
Calls
1
can_save_incrementally
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…