Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google-deepmind/alphageometry
/ map2obj
Method
map2obj
ar.py:537–538 ·
view source on GitHub ↗
(self, names: list[str])
Source
from the content-addressed store, hash-verified
535
return
[o.name
for
o in objs]
536
537
def
map2obj(self, names: list[str]) -> list[Any]:
538
return
[self.v2obj[n]
for
n in names]
539
540
def
get_all_eqs_and_why(
541
self, return_quads: bool
Callers
1
get_all_eqs_and_why
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected