MCPcopy Create free account
hub / github.com/google-deepmind/alphageometry / draw_fn

Method draw_fn

graph.py:2606–2608  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2604 existing_points = [p.num for p in existing_points]
2605
2606 def draw_fn() -> list[nm.Point]:
2607 to_be_intersected = range_fn()
2608 return nm.reduce(to_be_intersected, existing_points)
2609
2610 rely_on = set()
2611 for c in clause.constructions:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected