We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
strict
scanstring
1 parent ddd8434 commit a1dc346Copy full SHA for a1dc346
stdlib/_json.pyi
@@ -48,4 +48,4 @@ class make_scanner:
48
49
def encode_basestring(s: str, /) -> str: ...
50
def encode_basestring_ascii(s: str, /) -> str: ...
51
-def scanstring(string: str, end: int, strict: bool = ...) -> tuple[str, int]: ...
+def scanstring(string: str, end: int, strict: bool = True) -> tuple[str, int]: ...
0 commit comments