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.
1 parent d27cb71 commit aae4e27Copy full SHA for aae4e27
stdlib/json/decoder.pyi
@@ -18,10 +18,10 @@ class JSONDecoder:
18
parse_constant: Callable[[str], Any]
19
strict: bool
20
object_pairs_hook: Callable[[list[tuple[str, Any]]], Any]
21
- parse_object: Callable
22
- parse_array: Callable
23
- parse_string: Callable
24
- memo: dict
+ parse_object: Callable[..., Any]
+ parse_array: Callable[..., Any]
+ parse_string: Callable[..., Any]
+ memo: dict[Any, Any]
25
def __init__(
26
self,
27
*,
0 commit comments