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

Function test_4309

tests/test_general.py:1816–1819  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1814 assert rms == 0
1815
1816def test_4309():
1817 document = pymupdf.open()
1818 page = document.new_page()
1819 document.delete_page()
1820
1821def test_4263():
1822 if os.environ.get('PYODIDE_ROOT'):

Callers

nothing calls this directly

Calls 2

new_pageMethod · 0.80
delete_pageMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…