cgitb: add __UNDEF__ (#7322)

This commit is contained in:
Shantanu
2022-02-20 01:51:59 -08:00
committed by GitHub
parent 991b74e166
commit 6b29dca128

View File

@@ -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