MCPcopy Index your code
hub / github.com/msgspec/msgspec / replace

Function replace

tests/unit/test_struct.py:2282–2286  ·  view source on GitHub ↗
(request)

Source from the content-addressed store, hash-verified

2280
2281@pytest.fixture(params=["structs.replace", "copy.replace"])
2282def replace(request):
2283 if request.param == "structs.replace":
2284 return msgspec.structs.replace
2285 else:
2286 return copy_replace
2287
2288
2289class TestReplace:

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…