MCPcopy
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
133def replace_hy_obj(obj, other):
134 return as_model(obj).replace(other)
135
136
137def repr_indent(obj):

Callers 5

macroexpandFunction · 0.90
test_replace_intFunction · 0.90
test_replace_strFunction · 0.90
test_replace_tupleFunction · 0.90
replaceMethod · 0.85

Calls 2

as_modelFunction · 0.85
replaceMethod · 0.45

Tested by 3

test_replace_intFunction · 0.72
test_replace_strFunction · 0.72
test_replace_tupleFunction · 0.72