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

shorten the 'where(lamba (using))` idiom #8

Open
theodox opened this issue Jul 20, 2017 · 0 comments
Open

shorten the 'where(lamba (using))` idiom #8

theodox opened this issue Jul 20, 2017 · 0 comments

Comments

@theodox
Copy link
Owner

theodox commented Jul 20, 2017

there's a lot of examples that look like this:

no_uvs = Meshes().where_not(lambda p: any(using(p).get(UVPointCount)))

Which is fine - but it's common enough that it would be nice to get rid of the boilerplate.

What's a nice elegant way to elide lambda p: using(p).get(XXX)....?

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

No branches or pull requests

1 participant