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