-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add count.reduce() #3737
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
Add count.reduce() #3737
Conversation
|
are there related tests in |
|
youknowone
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not compatible to pickle
vm/src/stdlib/itertools.rs
Outdated
| Ok(*times.read()) | ||
| } | ||
|
|
||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vm/src/stdlib/itertools.rs
Outdated
| #[pyimpl(with(IterNext, Constructor))] | ||
| impl PyItertoolsCount {} | ||
| impl PyItertoolsCount { | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
youknowone
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you for contributing!
ref #3611