Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/google-deepmind/alphageometry
/ hashed
Method
hashed
problem.py:1055–1056 ·
view source on GitHub ↗
(self, rename: bool = False)
Source
from the content-addressed store, hash-verified
1053
raise
ValueError(
'Not recognize'
, self.name)
1054
1055
def
hashed(self, rename: bool = False) -> tuple[str, ...]:
1056
return
hashed(self.name, self.args, rename=rename)
1057
1058
1059
def
hashed(
Callers
15
remove_loop
Method · 0.95
why_me_or_cache
Method · 0.95
why_me
Method · 0.95
_find
Method · 0.80
add_simtri
Method · 0.80
add_simtri2
Method · 0.80
add_contri
Method · 0.80
add_contri2
Method · 0.80
in_cache
Method · 0.80
cache_dep
Method · 0.80
point_log
Function · 0.80
read
Function · 0.80
Calls
1
hashed
Function · 0.70
Tested by
1
test_orthocenter_dependency_difference
Method · 0.64