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

Function util_include_point_in_rect

src/__init__.py:24088–24094  ·  view source on GitHub ↗
( r, p)

Source from the content-addressed store, hash-verified

24086 )
24087
24088def util_include_point_in_rect( r, p):
24089 return JM_py_from_rect(
24090 mupdf.fz_include_point_in_rect(
24091 JM_rect_from_py(r),
24092 JM_point_from_py(p),
24093 )
24094 )
24095
24096
24097def util_point_in_quad( P, Q):

Callers 1

include_pointMethod · 0.85

Calls 3

JM_py_from_rectFunction · 0.85
JM_rect_from_pyFunction · 0.85
JM_point_from_pyFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…