SpiceQA
Questions
Tags
Users
Badges
yield-from
9 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Mixing yield and return. `yield [cand]; return` vs `return [[cand]]`. Why do they lead to different output?
user_13881506
0
•
asked Feb 17, 2022
2
1
83
yield-from
yield
generator
recursion
python
How to understand `yield from` in python coroutine?
user_7813311
0
•
asked Oct 6, 2021
1
1
112
yield-from
coroutine
python
How to save the output of recursive function to list of items using yield and generator functions
user_6017391
0
•
asked May 19, 2021
1
1
292
yield-from
generator
recursion
python-3.x
python
How to intercept the first value of a generator and transparently yield from the rest
user_6117426
0
•
asked Dec 19, 2020
12
2
521
yield-from
generator
python
"yield from" another generator but after processing
user_5870471
0
•
asked Oct 29, 2020
4
2
76
yield-from
yield
generator
python-3.x
python
Remove consecutive duplicates from a list using yield generator?
user_13654701
0
•
asked May 31, 2020
5
6
406
yield-from
iterator
python-3.x
python
What kind of objects `yield from` can be used with?
user_898649
0
•
asked May 20, 2020
6
1
136
yield-from
coroutine
generator
python-3.x
python
How can I apply iter() to a pagination api?
user_839579
0
•
asked Dec 23, 2018
4
1
167
yield-from
sentinel
python-3.x
python
Difference between `return iterator` and `yield from iterator`
user_6181666
0
•
asked Aug 10, 2017
6
2
3517
yield-from
itertools
python-3.x
python
1
(current)
Hot Questions