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

Function compare_fn

problem.py:132–133  ·  view source on GitHub ↗
(dep: Dependency)

Source from the content-addressed store, hash-verified

130
131
132def compare_fn(dep: Dependency) -> tuple[Dependency, str]:
133 return (dep, pt.pretty(dep))
134
135
136def sort_deps(deps: list[Dependency]) -> list[Dependency]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected