MCPcopy Create free account
hub / github.com/microsoft/SandDance / open

Method open

python/jupyter-widget/sanddance/tests/conftest.py:20–21  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

18 super(MockComm, self).__init__(*args, **kwargs)
19
20 def open(self, *args, **kwargs):
21 self.log_open.append((args, kwargs))
22
23 def send(self, *args, **kwargs):
24 self.log_send.append((args, kwargs))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected