https://bugs.kde.org/show_bug.cgi?id=369363
Francis Herne <m...@flherne.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Latest Commit| |https://commits.kde.org/kde | |v-python/e0a92aac7d716bf706 | |205a913d92246716e8727e Resolution|--- |FIXED --- Comment #3 from Francis Herne <m...@flherne.uk> --- Git commit e0a92aac7d716bf706205a913d92246716e8727e by Francis Herne. Committed on 29/11/2016 at 23:05. Pushed by flherne into branch 'master'. Get iterable content using __iter__() and __next__(). 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 M +4 -6 duchain/declarationbuilder.cpp M +3 -0 duchain/declarationbuilder.h M +1 -1 duchain/expressionvisitor.cpp M +31 -25 duchain/helpers.cpp M +1 -1 duchain/helpers.h M +21 -0 duchain/tests/pyduchaintest.cpp https://commits.kde.org/kdev-python/e0a92aac7d716bf706205a913d92246716e8727e -- You are receiving this mail because: You are watching all bug changes.