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

Function sort_deps

problem.py:136–137  ·  view source on GitHub ↗
(deps: list[Dependency])

Source from the content-addressed store, hash-verified

134
135
136def sort_deps(deps: list[Dependency]) -> list[Dependency]:
137 return sorted(deps, key=compare_fn)
138
139
140class Problem:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected