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

Method __pos__

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

Source from the content-addressed store, hash-verified

14410 return not self.is_empty
14411
14412 def __pos__(self):
14413 return Quad(self)
14414
14415 def __repr__(self):
14416 return "Quad" + str(tuple(self))

Callers

nothing calls this directly

Calls 1

QuadClass · 0.85

Tested by

no test coverage detected