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

Method contains

src/__init__.py:14682–14684  ·  view source on GitHub ↗

Check if containing point-like or rect-like x.

(self, x)

Source from the content-addressed store, hash-verified

14680 return Point(self.x1, self.y1)
14681
14682 def contains(self, x):
14683 """Check if containing point-like or rect-like x."""
14684 return self.__contains__(x)
14685
14686 @property
14687 def height(self):

Callers 1

prism.jsFile · 0.45

Calls 1

__contains__Method · 0.95

Tested by

no test coverage detected