mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
markdown: @deprecated argument of message is a str. (#7835)
This commit is contained in:
@@ -15,7 +15,7 @@ TAG_PLACEHOLDER: Any
|
||||
INSTALLED_EXTENSIONS: Any
|
||||
RTL_BIDI_RANGES: Any
|
||||
|
||||
def deprecated(message, stacklevel: int = ...): ...
|
||||
def deprecated(message: str, stacklevel: int = ...): ...
|
||||
def isBlockLevel(tag): ...
|
||||
def parseBoolValue(value, fail_on_errors: bool = ..., preserve_none: bool = ...): ...
|
||||
def code_escape(text): ...
|
||||
|
||||
Reference in New Issue
Block a user