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
The idea would be to be able to have the mocked instances easily pass isinstance and issubclass checks.
isinstance
issubclass
This is relevant:
search:
The text was updated successfully, but these errors were encountered:
These might also be relevant: Adding a Method to an Existing Object Instance
Sorry, something went wrong.
This will be easier than expected using the __class__ attribute (via)
__class__
https://stackoverflow.com/a/76991193
While working on something else I had all these links open that are more related to this
No branches or pull requests
The idea would be to be able to have the mocked instances easily pass
isinstance
andissubclass
checks.This is relevant:
search:
The text was updated successfully, but these errors were encountered: