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

Method __pos__

src/__init__.py:8732–8733  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

8730 return not (max(self) == min(self) == 0)
8731
8732 def __pos__(self):
8733 return Matrix(self)
8734
8735 def __repr__(self):
8736 return "Matrix" + str(tuple(self))

Callers

nothing calls this directly

Calls 1

MatrixClass · 0.85

Tested by

no test coverage detected