MCPcopy Create free account
hub / github.com/datapane/datapane / _add_attributes

Method _add_attributes

python-client/src/datapane/blocks/base.py:66–67  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

64 # raise DPClientError(f"{key} must be less than {max_length} characters, '{x}'")
65
66 def _add_attributes(self, **kwargs):
67 self._attributes.update(mk_attribs(**kwargs))
68
69 def _ipython_display_(self):
70 """Display the block as a side effect within a Jupyter notebook"""

Callers 2

__init__Method · 0.95
add_codeFunction · 0.80

Calls 2

mk_attribsFunction · 0.90
updateMethod · 0.80

Tested by

no test coverage detected