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

Method new_val

geometry.py:368–369  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

366class Segment(Node):
367
368 def new_val(self) -> Length:
369 return Length()
370
371
372class Circle(Node):

Callers

nothing calls this directly

Calls 1

LengthClass · 0.85

Tested by

no test coverage detected