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

Function test_2173

tests/test_general.py:269–274  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

267 print( f'page.insert_font() => {i}')
268
269def test_2173():
270 from pymupdf import IRect, Pixmap, CS_RGB, Colorspace
271 for i in range( 100):
272 #print( f'i={i!r}')
273 image = Pixmap(Colorspace(CS_RGB), IRect(0, 0, 13, 37))
274 print( 'test_2173() finished')
275
276def test_texttrace():
277 import time

Callers

nothing calls this directly

Calls 3

PixmapClass · 0.85
ColorspaceClass · 0.85
IRectClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…