nesting level, the same as `state.level`
(self)
| 297 | |
| 298 | @property |
| 299 | def level(self) -> int: |
| 300 | """nesting level, the same as `state.level`""" |
| 301 | return self._attribute_token().level |
| 302 | |
| 303 | @property |
| 304 | def content(self) -> str: |
nothing calls this directly
no test coverage detected