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

Method transform

src/__init__.py:17377–17378  ·  view source on GitHub ↗
(self, m)

Source from the content-addressed store, hash-verified

17375 )
17376
17377 def transform(self, m):
17378 return Rect.transform(self, m).round()
17379
17380 @property
17381 def width(self):

Callers

nothing calls this directly

Calls 2

roundMethod · 0.80
transformMethod · 0.45

Tested by

no test coverage detected