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

Function product

tests/test_pixmap.py:182–185  ·  view source on GitHub ↗
(x, y)

Source from the content-addressed store, hash-verified

180 pix.save(path_out)
181 print(f'{pix.width=} {pix.height=}')
182 def product(x, y):
183 for yy in y:
184 for xx in x:
185 yield (xx, yy)
186 n = 0
187 # We use a small subset of the image because non-optimised build gets
188 # very slow.

Callers 1

test_3050Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…