Add markdown.util.nearing_recursion_limit (#8764)

This commit is contained in:
Oleh Prypin
2022-09-18 14:06:55 +02:00
committed by GitHub
parent 2eaa63b8fa
commit 30e47fc8ae

View File

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