You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the result of research in #1489 (with reference impl there):
There already are implementations for flatten in eve.utils. They are very general and treat any iterable as something to flatten. One frequent usage that seems to come up is flattening iterables that may contain TupleType (which may contain itself).
We have many variations of flatten implementations in our code base, we should provide a single (customizable) one for all use-cases.
The text was updated successfully, but these errors were encountered: