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

Method __init__

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

Source from the content-addressed store, hash-verified

12 kernel = 'Truthy'
13
14 def __init__(self, *args, **kwargs):
15 self.log_open = []
16 self.log_send = []
17 self.log_close = []
18 super(MockComm, self).__init__(*args, **kwargs)
19
20 def open(self, *args, **kwargs):
21 self.log_open.append((args, kwargs))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected