Commit 0e2961b
authored
File tree
Expand file treeCollapse file tree
5 files changed
+41
-2
lines changedOpen diff view settings
Filter options
- google/cloud/storage/_experimental/asyncio
- tests
- system
- unit/asyncio
Expand file treeCollapse file tree
5 files changed
+41
-2
lines changedOpen diff view settings
Collapse file
google/cloud/storage/_experimental/asyncio/async_multi_range_downloader.py
Copy file name to clipboardExpand all lines: google/cloud/storage/_experimental/asyncio/async_multi_range_downloader.py+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
180 | 180 | |
181 | 181 | |
182 | 182 | |
| 183 | + |
183 | 184 | |
184 | 185 | |
185 | 186 | |
| ||
206 | 207 | |
207 | 208 | |
208 | 209 | |
| 210 | + |
| 211 | + |
209 | 212 | |
210 | 213 | |
211 | 214 | |
|
Collapse file
google/cloud/storage/_experimental/asyncio/async_read_object_stream.py
Copy file name to clipboardExpand all lines: google/cloud/storage/_experimental/asyncio/async_read_object_stream.py+8-2Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
92 | 92 | |
93 | 93 | |
94 | 94 | |
| 95 | + |
95 | 96 | |
96 | 97 | |
97 | 98 | |
| ||
106 | 107 | |
107 | 108 | |
108 | 109 | |
109 | | - |
110 | | - |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
111 | 117 | |
112 | 118 | |
113 | 119 | |
|
Collapse file
+24Lines changed: 24 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
58 | 58 | |
59 | 59 | |
60 | 60 | |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
61 | 85 | |
62 | 86 | |
63 | 87 | |
Collapse file
tests/unit/asyncio/test_async_multi_range_downloader.py
Copy file name to clipboardExpand all lines: tests/unit/asyncio/test_async_multi_range_downloader.py+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
30 | 30 | |
31 | 31 | |
32 | 32 | |
| 33 | + |
33 | 34 | |
34 | 35 | |
35 | 36 | |
| ||
57 | 58 | |
58 | 59 | |
59 | 60 | |
| 61 | + |
60 | 62 | |
61 | 63 | |
62 | 64 | |
| ||
106 | 108 | |
107 | 109 | |
108 | 110 | |
| 111 | + |
109 | 112 | |
110 | 113 | |
111 | 114 | |
|
Collapse file
tests/unit/asyncio/test_async_read_object_stream.py
Copy file name to clipboardExpand all lines: tests/unit/asyncio/test_async_read_object_stream.py+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
25 | 25 | |
26 | 26 | |
27 | 27 | |
| 28 | + |
28 | 29 | |
29 | 30 | |
30 | 31 | |
| ||
37 | 38 | |
38 | 39 | |
39 | 40 | |
| 41 | + |
40 | 42 | |
41 | 43 | |
42 | 44 | |
| ||
112 | 114 | |
113 | 115 | |
114 | 116 | |
| 117 | + |
115 | 118 | |
116 | 119 | |
117 | 120 | |
|
0 commit comments