markdown: Annotate parseBoolValue() (#7875)

This commit is contained in:
L
2022-05-19 11:20:23 +08:00
committed by GitHub
parent f6c1383cae
commit 4a08afcbc2

View File

@@ -17,7 +17,7 @@ RTL_BIDI_RANGES: Any
def deprecated(message: str, stacklevel: int = ...): ...
def isBlockLevel(tag: object) -> bool: ...
def parseBoolValue(value, fail_on_errors: bool = ..., preserve_none: bool = ...): ...
def parseBoolValue(value: object, fail_on_errors: bool = ..., preserve_none: bool = ...) -> bool | None: ...
def code_escape(text: str) -> str: ...
class AtomicString(str): ...