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

Function edges_to_set

src/table.py:1365–1366  ·  view source on GitHub ↗
(edges)

Source from the content-addressed store, hash-verified

1363
1364 def edge_connects(p1, p2) -> bool:
1365 def edges_to_set(edges):
1366 return set(map(obj_to_bbox, edges))
1367
1368 if p1[0] == p2[0]:
1369 common = edges_to_set(intersections[p1]["v"]).intersection(

Callers 1

edge_connectsFunction · 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…