A place for plugins to store an arbitrary data.
(self)
| 318 | |
| 319 | @property |
| 320 | def meta(self) -> dict[Any, Any]: |
| 321 | """A place for plugins to store an arbitrary data.""" |
| 322 | return self._attribute_token().meta |
| 323 | |
| 324 | @property |
| 325 | def block(self) -> bool: |
nothing calls this directly
no test coverage detected