Use '/' to close single tags ( ).
(self)
| 137 | |
| 138 | @property |
| 139 | def xhtmlOut(self) -> bool: |
| 140 | """Use '/' to close single tags (<br />).""" |
| 141 | return self._options["xhtmlOut"] |
| 142 | |
| 143 | @xhtmlOut.setter |
| 144 | def xhtmlOut(self, value: bool) -> None: |
nothing calls this directly
no outgoing calls
no test coverage detected