If it's true, ignore this element when rendering. Used for tight lists to hide paragraphs.
(self)
| 328 | |
| 329 | @property |
| 330 | def hidden(self) -> bool: |
| 331 | """If it's true, ignore this element when rendering. |
| 332 | Used for tight lists to hide paragraphs.""" |
| 333 | return self._attribute_token().hidden |
nothing calls this directly
no test coverage detected