mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-21 19:32:13 +08:00
markdown: annotate __deprecated__ (#7955)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from typing import Any, Pattern, overload
|
||||
|
||||
PY37: bool
|
||||
__deprecated__: Any
|
||||
__deprecated__: dict[str, tuple[str, Any]]
|
||||
BLOCK_LEVEL_ELEMENTS: Any
|
||||
STX: str
|
||||
ETX: str
|
||||
|
||||
Reference in New Issue
Block a user