(self, **kwargs)
| 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""" |
no test coverage detected