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

Method y

src/__init__.py:14105–14107  ·  view source on GitHub ↗

y component of Pixmap origin.

(self)

Source from the content-addressed store, hash-verified

14103
14104 @property
14105 def y(self):
14106 """y component of Pixmap origin."""
14107 return mupdf.fz_pixmap_y(self.this)
14108
14109 @property
14110 def yres(self):

Callers 4

__init__Method · 0.45
JM_color_countFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected