mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
cgitb: add __UNDEF__ (#7322)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user