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

Function JM_py_from_point

src/__init__.py:21215–21216  ·  view source on GitHub ↗
(p)

Source from the content-addressed store, hash-verified

21213
21214
21215def JM_py_from_point(p):
21216 return p.x, p.y
21217
21218
21219def JM_py_from_quad(q):

Callers 7

JM_make_spanlistFunction · 0.85
JM_make_text_blockFunction · 0.85
jm_trace_text_spanFunction · 0.85
closepathMethod · 0.85
curvetoMethod · 0.85
linetoMethod · 0.85
util_transform_pointFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…