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 f84f387 commit 2518a24Copy full SHA for 2518a24
asserts/__init__.pyi
@@ -159,7 +159,7 @@ def assert_warns_regex(
159
warning_type: type[Warning], regex: str, msg_fmt: str = ...
160
) -> AssertWarnsContext: ...
161
def assert_json_subset(
162
- first: dict[str, Any] | list[Any],
+ first: dict[Any, Any] | list[Any], # dict key can be 'str' or 'Exists'
163
second: dict[str, Any] | list[Any] | str | bytes,
164
) -> None: ...
165
0 commit comments