MCPcopy
hub / github.com/microsoft/SandDance / show

Method show

python/jupyter-widget/sanddance/sanddance.py:44–47  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

42 pyversion = Unicode(__version__).tag(sync=False)
43
44 def show(self, **kwargs):
45 self.width = kwargs.get('width', defaults['width'])
46 self.height = kwargs.get('height', defaults['height'])
47 display(self)
48
49 def load(self, df):
50 self.load_dataframe(df)

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected