mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-06 21:43:59 +08:00
[json] Add default value for strict param to scanstring (#14441)
This commit is contained in:
+1
-1
@@ -48,4 +48,4 @@ class make_scanner:
|
||||
|
||||
def encode_basestring(s: str, /) -> str: ...
|
||||
def encode_basestring_ascii(s: str, /) -> str: ...
|
||||
def scanstring(string: str, end: int, strict: bool = ...) -> tuple[str, int]: ...
|
||||
def scanstring(string: str, end: int, strict: bool = True) -> tuple[str, int]: ...
|
||||
|
||||
Reference in New Issue
Block a user