Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google-deepmind/penzai
/ go
Method
go
penzai/core/selectors.py:400–405 ·
view source on GitHub ↗
(node)
Source
from the content-addressed store, hash-verified
398
""
"
399
400
def
go(node):
401
return
(
402
select(node)
403
.at_keypaths(replacements_by_path.keys())
404
.set_by_path(replacements_by_path)
405
)
406
407
return
self.apply(go)
408
Callers
nothing calls this directly
Calls
3
select
Function · 0.85
set_by_path
Method · 0.80
at_keypaths
Method · 0.80
Tested by
no test coverage detected