(self, **kwargs)
| 1315 | "{prop_name!r}") |
| 1316 | |
| 1317 | def set(self, **kwargs): |
| 1318 | # docstring and signature are auto-generated via |
| 1319 | # Artist._update_set_signature_and_docstring() at the end of the |
| 1320 | # module. |
| 1321 | return self._internal_update(cbook.normalize_kwargs(kwargs, self)) |
| 1322 | |
| 1323 | @contextlib.contextmanager |
| 1324 | def _cm_set(self, **kwargs): |