Skip to content
Commit e0a92aac authored by Francis Herne's avatar Francis Herne
Browse files

Get iterable content using __iter__() and __next__().

BUG: 369363
Supports unpacking and iterating over custom sequence types.
See tests for examples (by Nicolás Alvarez).

Returning `iter(builtin_container)` isn't handled usefully
 because they use docstring cheats with no real return values.

Differential Revision: https://phabricator.kde.org/D3540
parent 4d4756c7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment