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