markdown: Annotate code_escape(). (#7857)

This commit is contained in:
L
2022-05-18 08:54:25 +08:00
committed by GitHub
parent b65ef3a722
commit ada3615a24

View File

@@ -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): ...