MCPcopy Index your code
hub / github.com/google-deepmind/alphageometry / why_rep

Method why_rep

geometry.py:82–83  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

80 return x
81
82 def why_rep(self) -> list[Any]:
83 return self.why_equal([self.rep()], None)
84
85 def rep_and_why(self) -> tuple[Node, list[Any]]:
86 rep = self.rep()

Callers 2

get_or_create_angle_dMethod · 0.80

Calls 2

why_equalMethod · 0.95
repMethod · 0.95

Tested by

no test coverage detected