()
| 267 | print( f'page.insert_font() => {i}') |
| 268 | |
| 269 | def 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 | |
| 276 | def test_texttrace(): |
| 277 | import time |
nothing calls this directly
no test coverage detected
searching dependent graphs…