MCPcopy Create free account
hub / github.com/TheMariday/marimapper / get_client_patch

Function get_client_patch

test/test_backend.py:83–88  ·  view source on GitHub ↗
(uri)

Source from the content-addressed store, hash-verified

81 from marimapper.backends.fadecandy import opc
82
83 def get_client_patch(uri):
84 class ClientPatch:
85 def put_pixels(self, _):
86 pass
87
88 return ClientPatch()
89
90 monkeypatch.setattr(opc, "Client", get_client_patch)
91

Callers

nothing calls this directly

Calls 1

ClientPatchClass · 0.85

Tested by

no test coverage detected