We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PyHamcrest/src/hamcrest/library/collection/isdict_containingentries.py
Lines 60 to 62 in 498e031
Isn't the type of index (which should really have been named key) actually K, not int?
index
key
K
int
The text was updated successfully, but these errors were encountered:
Good catch. Not too urgent an issue, mind you, since I can't see the describe_keyvalue() method being used other than internally by the class itself.
Sorry, something went wrong.
41fac8c
py-hamcrest: update to 2.1.0.
b6f9615
Hamcrest 2.1.0 (2023-10-22) =========================== Features -------- - Add a matcher for exceptions in asyncio future (`#171 <https://github.com/hamcrest/PyHamcrest/issues/171>`_) Bugfixes -------- - Use the correct generic type in the internal ``describe_keyvalue`` method (`#182 <https://github.com/hamcrest/PyHamcrest/issues/182>`_)
brunns
No branches or pull requests
PyHamcrest/src/hamcrest/library/collection/isdict_containingentries.py
Lines 60 to 62 in 498e031
Isn't the type of
index
(which should really have been namedkey
) actuallyK
, notint
?The text was updated successfully, but these errors were encountered: