(self)
| 1014 | |
| 1015 | @property |
| 1016 | def state(self): |
| 1017 | return self.stack[-1] |
| 1018 | |
| 1019 | def _is_outputting(self) -> bool: |
| 1020 | """Determines if the current state allows yielding text to the stream.""" |
nothing calls this directly
no outgoing calls
no test coverage detected