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

Method send

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

Source from the content-addressed store, hash-verified

21 self.log_open.append((args, kwargs))
22
23 def send(self, *args, **kwargs):
24 self.log_send.append((args, kwargs))
25
26 def close(self, *args, **kwargs):
27 self.log_close.append((args, kwargs))

Callers 1

sanddance.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected