Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_clear_pixmap_rect_with_value
Function · 0.45
JM_color_count
Function · 0.45
JM_fill_pixmap_rect_with_color
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected