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

Method close

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

Source from the content-addressed store, hash-verified

24 self.log_send.append((args, kwargs))
25
26 def close(self, *args, **kwargs):
27 self.log_close.append((args, kwargs))
28
29_widget_attrs = {}
30undefined = object()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected