add _json.encode_basestring (#13131)

This commit is contained in:
Stephen Morton
2024-11-26 19:57:51 -08:00
committed by GitHub
parent 6cbcecd01c
commit ceec43659c
2 changed files with 1 additions and 1 deletions

View File

@@ -45,5 +45,6 @@ class make_scanner:
def __init__(self, context: make_scanner) -> None: ...
def __call__(self, string: str, index: int) -> tuple[Any, int]: ...
def encode_basestring(s: str, /) -> str: ...
def encode_basestring_ascii(s: str, /) -> str: ...
def scanstring(string: str, end: int, strict: bool = ...) -> tuple[str, int]: ...