mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 14:01:55 +08:00
markdown: Annotate parseBoolValue() (#7875)
This commit is contained in:
@@ -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): ...
|
||||
|
||||
Reference in New Issue
Block a user