mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
markdown: Annotate code_escape(). (#7857)
This commit is contained in:
@@ -18,7 +18,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 code_escape(text): ...
|
||||
def code_escape(text: str) -> str: ...
|
||||
|
||||
class AtomicString(str): ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user