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