Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hylang/hy
/ replace_hy_obj
Function
replace_hy_obj
hy/models.py:133–134 ·
view source on GitHub ↗
(obj, other)
Source
from the content-addressed store, hash-verified
131
132
133
def
replace_hy_obj(obj, other):
134
return
as_model(obj).replace(other)
135
136
137
def
repr_indent(obj):
Callers
5
macroexpand
Function · 0.90
test_replace_int
Function · 0.90
test_replace_str
Function · 0.90
test_replace_tuple
Function · 0.90
replace
Method · 0.85
Calls
2
as_model
Function · 0.85
replace
Method · 0.45
Tested by
3
test_replace_int
Function · 0.72
test_replace_str
Function · 0.72
test_replace_tuple
Function · 0.72