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

Function test_2969

tests/test_annots.py:339–347  ·  view source on GitHub ↗

https://github.com/pymupdf/PyMuPDF/issues/2969

()

Source from the content-addressed store, hash-verified

337 page.apply_redactions()
338
339def test_2969():
340 '''
341 https://github.com/pymupdf/PyMuPDF/issues/2969
342 '''
343 path = os.path.abspath(f'{__file__}/../../tests/resources/test_2969.pdf')
344 doc = pymupdf.open(path)
345 page = doc[0]
346 first_annot = list(page.annots())[0]
347 first_annot.next
348
349def test_file_info():
350 path = os.path.abspath(f'{__file__}/../../tests/resources/test_annot_file_info.pdf')

Callers

nothing calls this directly

Calls 1

annotsMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…