-
Notifications
You must be signed in to change notification settings - Fork 21
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
Complete itertools.chain interface #108
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #108 +/- ##
==========================================
- Coverage 99.25% 99.07% -0.19%
==========================================
Files 20 20
Lines 2017 2047 +30
Branches 308 314 +6
==========================================
+ Hits 2002 2028 +26
- Misses 10 11 +1
- Partials 5 8 +3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
This PR adjusts the
itertools.chain
class to provide similar functionality as before. Major changes include:aclose
method (closes Change in behavior of chain() between 3.10.5 and 3.10.6. #107)chain
andchain.from_iterable