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

Function test_bug1971

tests/test_general.py:182–188  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

180
181
182def test_bug1971():
183 for _ in range(2):
184 doc = pymupdf.Document(f'{scriptdir}/resources/bug1971.pdf')
185 page = next(doc.pages())
186 page.get_drawings()
187 doc.close()
188 assert doc.is_closed
189
190def test_default_font():
191 f = pymupdf.Font()

Callers

nothing calls this directly

Calls 3

pagesMethod · 0.95
closeMethod · 0.95
get_drawingsMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…