File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1+ from _typeshed import Incomplete
12from collections .abc import Callable
23from typing import Any
3- from _typeshed import Incomplete
44
55__all__ = ["JSONDecoder" , "JSONDecodeError" ]
66
@@ -20,14 +20,13 @@ def JSONObject(
2020 object_pairs_hook : Callable [[Incomplete ], Incomplete ] | None ,
2121 memo : dict [Incomplete , Incomplete ] | None = None ,
2222 _w : Callable [[str , int ], Incomplete ] = ...,
23- _ws : str = ...
23+ _ws : str = ...,
2424) -> tuple [Incomplete , int ]: ...
25-
2625def JSONArray (
2726 s_and_end : tuple [str , int ],
2827 scan_once : Callable [[Incomplete ], Incomplete ],
2928 _w : Callable [[str , int ], Incomplete ] = ...,
30- _ws : str = ...
29+ _ws : str = ...,
3130) -> tuple [list [Incomplete ], int ]: ...
3231
3332class JSONDecoder :
You can’t perform that action at this time.
0 commit comments