diff --git a/stdlib/cgitb.pyi b/stdlib/cgitb.pyi index 3a551e310..fb9d69161 100644 --- a/stdlib/cgitb.pyi +++ b/stdlib/cgitb.pyi @@ -4,6 +4,8 @@ from typing import IO, Any, Callable, Optional _ExcInfo = tuple[Optional[type[BaseException]], Optional[BaseException], Optional[TracebackType]] +__UNDEF__: object # undocumented sentinel + def reset() -> str: ... # undocumented def small(text: str) -> str: ... # undocumented def strong(text: str) -> str: ... # undocumented