Commit 1a62f30
File tree
Expand file treeCollapse file tree
10 files changed
+30
-34
lines changedFilter options
- src/graphql
- execution
- pyutils
- tests
- benchmarks
- execution
- pyutils
Expand file treeCollapse file tree
10 files changed
+30
-34
lines changedsrc/graphql/execution/execute.py
Copy file name to clipboardExpand all lines: src/graphql/execution/execute.py+4-5Lines changed: 4 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
7 | 6 |
|
8 | 7 |
|
9 | 8 |
|
| ||
1646 | 1645 |
|
1647 | 1646 |
|
1648 | 1647 |
|
1649 |
| - |
| 1648 | + |
1650 | 1649 |
|
1651 | 1650 |
|
1652 | 1651 |
|
| ||
2124 | 2123 |
|
2125 | 2124 |
|
2126 | 2125 |
|
2127 |
| - |
| 2126 | + |
2128 | 2127 |
|
2129 | 2128 |
|
2130 | 2129 |
|
| ||
2172 | 2171 |
|
2173 | 2172 |
|
2174 | 2173 |
|
2175 |
| - |
| 2174 | + |
2176 | 2175 |
|
2177 | 2176 |
|
2178 |
| - |
| 2177 | + |
2179 | 2178 |
|
2180 | 2179 |
|
2181 | 2180 |
|
|
+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
3 | 2 |
|
4 | 3 |
|
5 | 4 |
|
6 | 5 |
|
7 | 6 |
|
8 | 7 |
|
| 8 | + |
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
| ||
92 | 92 |
|
93 | 93 |
|
94 | 94 |
|
95 |
| - |
| 95 | + |
96 | 96 |
|
97 | 97 |
|
98 | 98 |
|
99 | 99 |
|
100 | 100 |
|
101 | 101 |
|
102 |
| - |
| 102 | + |
103 | 103 |
|
104 | 104 |
|
105 | 105 |
|
| ||
145 | 145 |
|
146 | 146 |
|
147 | 147 |
|
148 |
| - |
| 148 | + |
149 | 149 |
|
150 | 150 |
|
151 | 151 |
|
|
src/graphql/pyutils/is_awaitable.py
Copy file name to clipboardExpand all lines: src/graphql/pyutils/is_awaitable.py+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
| 18 | + |
19 | 19 |
|
20 |
| - |
21 |
| - |
| 20 | + |
| 21 | + |
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
|
src/graphql/pyutils/simple_pub_sub.py
Copy file name to clipboardExpand all lines: src/graphql/pyutils/simple_pub_sub.py+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
4 |
| - |
5 | 4 |
|
6 | 5 |
|
| 6 | + |
| 7 | + |
7 | 8 |
|
8 | 9 |
|
9 | 10 |
|
| ||
25 | 26 |
|
26 | 27 |
|
27 | 28 |
|
28 |
| - |
| 29 | + |
29 | 30 |
|
30 | 31 |
|
31 | 32 |
|
|
tests/benchmarks/test_async_iterable.py
Copy file name to clipboardExpand all lines: tests/benchmarks/test_async_iterable.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
3 | 2 |
|
4 | 3 |
|
| 4 | + |
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
| 21 | + |
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
|
tests/execution/test_abstract.py
Copy file name to clipboardExpand all lines: tests/execution/test_abstract.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 | 1 |
|
3 | 2 |
|
4 | 3 |
|
5 | 4 |
|
6 | 5 |
|
7 | 6 |
|
| 7 | + |
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
| ||
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
46 |
| - |
| 46 | + |
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
|
tests/execution/test_sync.py
Copy file name to clipboardExpand all lines: tests/execution/test_sync.py+2-3Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 | 1 |
|
4 | 2 |
|
5 | 3 |
|
6 | 4 |
|
7 | 5 |
|
| 6 | + |
8 | 7 |
|
9 | 8 |
|
10 | 9 |
|
| ||
57 | 56 |
|
58 | 57 |
|
59 | 58 |
|
60 |
| - |
| 59 | + |
61 | 60 |
|
62 | 61 |
|
63 | 62 |
|
|
tests/pyutils/test_async_reduce.py
Copy file name to clipboardExpand all lines: tests/pyutils/test_async_reduce.py+5-6Lines changed: 5 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
3 | 2 |
|
4 | 3 |
|
5 | 4 |
|
6 |
| - |
| 5 | + |
7 | 6 |
|
8 | 7 |
|
9 | 8 |
|
| ||
25 | 24 |
|
26 | 25 |
|
27 | 26 |
|
28 |
| - |
| 27 | + |
29 | 28 |
|
30 | 29 |
|
31 | 30 |
|
| ||
38 | 37 |
|
39 | 38 |
|
40 | 39 |
|
41 |
| - |
| 40 | + |
42 | 41 |
|
43 | 42 |
|
44 | 43 |
|
| ||
48 | 47 |
|
49 | 48 |
|
50 | 49 |
|
51 |
| - |
| 50 | + |
52 | 51 |
|
53 | 52 |
|
54 | 53 |
|
| ||
60 | 59 |
|
61 | 60 |
|
62 | 61 |
|
63 |
| - |
| 62 | + |
64 | 63 |
|
tests/pyutils/test_simple_pub_sub.py
Copy file name to clipboardExpand all lines: tests/pyutils/test_simple_pub_sub.py+3-4Lines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
3 | 2 |
|
4 | 3 |
|
5 | 4 |
|
6 |
| - |
| 5 | + |
7 | 6 |
|
8 | 7 |
|
9 | 8 |
|
| ||
22 | 21 |
|
23 | 22 |
|
24 | 23 |
|
25 |
| - |
| 24 | + |
26 | 25 |
|
27 |
| - |
| 26 | + |
28 | 27 |
|
29 | 28 |
|
30 | 29 |
|
|
tests/test_user_registry.py
Copy file name to clipboardExpand all lines: tests/test_user_registry.py+2-3Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 |
| - |
11 | 10 |
|
12 | 11 |
|
13 | 12 |
|
| ||
29 | 28 |
|
30 | 29 |
|
31 | 30 |
|
32 |
| - |
| 31 | + |
33 | 32 |
|
34 | 33 |
|
35 | 34 |
|
| ||
157 | 156 |
|
158 | 157 |
|
159 | 158 |
|
160 |
| - |
| 159 | + |
161 | 160 |
|
162 | 161 |
|
163 | 162 |
|
|
0 commit comments