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

Method txt

problem.py:113–118  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

111 self.constructions.append(Construction(name, args))
112
113 def txt(self) -> str:
114 return (
115 ' '.join(self.points)
116 + ' = '
117 + ', '.join(c.txt() for c in self.constructions)
118 )
119
120
121def _gcd(x: int, y: int) -> int:

Callers 4

txtMethod · 0.45
txtMethod · 0.45
build_problemMethod · 0.45
run_alphageometryFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected