Coverage for tdom / protocols.py: 100%
3 statements
« prev ^ index » next coverage.py v7.13.5, created at 2026-05-03 21:23 +0000
« prev ^ index » next coverage.py v7.13.5, created at 2026-05-03 21:23 +0000
1import typing as t
4@t.runtime_checkable
5class HasHTMLDunder(t.Protocol):
6 def __html__(self) -> str: ... # pragma: no cover