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

Method __init__

problem.py:57–59  ·  view source on GitHub ↗
(self, name: str, args: list[str])

Source from the content-addressed store, hash-verified

55 return Construction(data[0], data[1:])
56
57 def __init__(self, name: str, args: list[str]):
58 self.name = name
59 self.args = args
60
61 def translate(self, mapping: dict[str, str]) -> Construction:
62 args = [a if isint(a) else mapping[a] for a in self.args]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected