Skip to content
New issue

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

Tiny typing fix #406

Merged
merged 1 commit into from
Jul 9, 2023
Merged

Conversation

fmagin
Copy link
Contributor

@fmagin fmagin commented Jul 6, 2023

The Regions class is implicitly iterable because it defines __len__ and __getitem__.
Mypy doesn't like this, and the recommendation seems to be to just make __iter__ explicit: https://stackoverflow.com/a/61739436/13220684

The Regions class is implicitly iterable because it defines __len__ and
__getitem__.
Mypy doesn't like this, and the recommendation seems to be to just make __iter__
explicit: https://stackoverflow.com/a/61739436/13220684
@mborgerson mborgerson merged commit d0765c4 into angr:master Jul 9, 2023
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants