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

Function test_2182

tests/test_general.py:501–507  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

499
500
501def test_2182():
502 print(f'test_2182() started')
503 doc = pymupdf.open(f'{scriptdir}/resources/test2182.pdf')
504 page = doc[0]
505 for annot in page.annots():
506 print(annot)
507 print(f'test_2182() finished')
508
509
510def test_2246():

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…