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

Function test_2777

tests/test_general.py:701–704  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

699 assert new_names == old_names
700
701def test_2777():
702 document = pymupdf.Document()
703 page = document.new_page()
704 print(page.mediabox.width)
705
706def test_2710():
707 doc = pymupdf.open(f'{scriptdir}/resources/test_2710.pdf')

Callers

nothing calls this directly

Calls 1

new_pageMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…