Skip to content

Refactor any(item for item in items if item in container) into any(item in container for item in items) #7998

Closed
brettcannon started this conversation in Ideas
Discussion options

You must be logged in to vote

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@brettcannon
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants