File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 4
2+ 3
3+ 2
4+ 1
5+ 0
6+ 0
7+ 1
8+ 0
9+ 0
10+ 2
11+ 1
12+ 0
13+ 0
14+ 1
15+ 0
16+ 0
17+ 3
18+ 2
19+ 1
20+ 0
21+ 0
22+ 1
23+ 0
24+ 0
25+ 2
26+ 1
27+ 0
28+ 0
29+ 1
30+ 0
31+ 0
32+ finished
Original file line number Diff line number Diff line change 1+ wait value: 1
2+ return from send: message from wait(1)
3+ wait got back: message from main
4+ x = 100
5+ got StopIteration
Original file line number Diff line number Diff line change 1+ init
2+ aiter
3+ anext
4+ a
5+ anext
6+ b
7+ anext
8+ c
9+ anext
10+ finished
Original file line number Diff line number Diff line change 1+ init
2+ aiter
3+ f start: 10
4+ coro yielded: 11
5+ coro yielded: 12
6+ f returned: 13
7+ anext
8+ f start: 20
9+ coro yielded: 21
10+ coro yielded: 22
11+ f returned: 23
12+ x 0
13+ anext
14+ f start: 20
15+ coro yielded: 21
16+ coro yielded: 22
17+ f returned: 23
18+ x 1
19+ anext
20+ f start: 20
21+ coro yielded: 21
22+ coro yielded: 22
23+ f returned: 23
24+ x 2
25+ anext
26+ f start: 20
27+ coro yielded: 21
28+ coro yielded: 22
29+ f returned: 23
30+ x 3
31+ anext
32+ f start: 20
33+ coro yielded: 21
34+ coro yielded: 22
35+ f returned: 23
36+ finished
Original file line number Diff line number Diff line change 1+ enter
2+ body
3+ exit
4+ finished
Original file line number Diff line number Diff line change 1+ enter
2+ f start: 10
3+ coro yielded: 11
4+ coro yielded: 12
5+ f returned: 13
6+ body start
7+ f start: 30
8+ coro yielded: 31
9+ coro yielded: 32
10+ body f returned: 33
11+ body end
12+ exit
13+ f start: 20
14+ coro yielded: 21
15+ coro yielded: 22
16+ f returned: 23
17+ finished
You can’t perform that action at this time.
0 commit comments