Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
136
def
sort_deps(deps: list[Dependency]) -> list[Dependency]:
137
return
sorted(deps, key=compare_fn)
138
139
140
class
Problem:
Callers
1
setup_str_from_problem
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected