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

Function test_4639

tests/test_general.py:2051–2055  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2049
2050
2051def test_4639():
2052 path = os.path.normpath(f'{__file__}/../../tests/resources/test_4639.pdf')
2053 with pymupdf.open(path) as document:
2054 page = document[-1]
2055 page.get_bboxlog(layers=True)
2056
2057
2058def test_4590():

Callers

nothing calls this directly

Calls 1

get_bboxlogMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…