MCPcopy Index your code
hub / github.com/plotly/dash / test_pat019_patch_remove

Function test_pat019_patch_remove

tests/unit/test_patch.py:237–246  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

235
236
237def test_pat019_patch_remove():
238 p = Patch()
239
240 p.remove("item")
241 data = patch_to_dict(p)
242 assert data["operations"][0] == {
243 "operation": "Remove",
244 "location": [],
245 "params": {"value": "item"},
246 }
247
248
249def test_pat020_patch_pickle():

Callers

nothing calls this directly

Calls 3

removeMethod · 0.95
PatchClass · 0.90
patch_to_dictFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…