File tree
Expand file treeCollapse file tree
5 files changed
+73
-6
lines changedFilter options
- google/api_core
- tests
- asyncio
- unit
Expand file treeCollapse file tree
5 files changed
+73
-6
lines changedgoogle/api_core/grpc_helpers.py
Copy file name to clipboardExpand all lines: google/api_core/grpc_helpers.py+21-3Lines changed: 21 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
176 | 176 |
|
177 | 177 |
|
178 | 178 |
|
179 |
| - |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
180 | 185 |
|
181 | 186 |
|
182 | 187 |
|
| ||
191 | 196 |
|
192 | 197 |
|
193 | 198 |
|
| 199 | + |
194 | 200 |
|
195 | 201 |
|
196 | 202 |
|
| ||
210 | 216 |
|
211 | 217 |
|
212 | 218 |
|
| 219 | + |
| 220 | + |
| 221 | + |
213 | 222 |
|
214 | 223 |
|
215 | 224 |
|
| ||
229 | 238 |
|
230 | 239 |
|
231 | 240 |
|
232 |
| - |
| 241 | + |
| 242 | + |
| 243 | + |
| 244 | + |
| 245 | + |
| 246 | + |
| 247 | + |
| 248 | + |
233 | 249 |
|
234 | 250 |
|
235 | 251 |
|
| ||
245 | 261 |
|
246 | 262 |
|
247 | 263 |
|
| 264 | + |
248 | 265 |
|
249 | 266 |
|
250 | 267 |
|
| ||
259 | 276 |
|
260 | 277 |
|
261 | 278 |
|
262 |
| - |
| 279 | + |
| 280 | + |
263 | 281 |
|
264 | 282 |
|
265 | 283 |
|
|
google/api_core/grpc_helpers_async.py
Copy file name to clipboardExpand all lines: google/api_core/grpc_helpers_async.py+11-2Lines changed: 11 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
206 | 206 |
|
207 | 207 |
|
208 | 208 |
|
209 |
| - |
| 209 | + |
| 210 | + |
| 211 | + |
| 212 | + |
| 213 | + |
| 214 | + |
| 215 | + |
| 216 | + |
210 | 217 |
|
211 | 218 |
|
212 | 219 |
|
| ||
222 | 229 |
|
223 | 230 |
|
224 | 231 |
|
| 232 | + |
225 | 233 |
|
226 | 234 |
|
227 | 235 |
|
| ||
235 | 243 |
|
236 | 244 |
|
237 | 245 |
|
238 |
| - |
| 246 | + |
| 247 | + |
239 | 248 |
|
240 | 249 |
|
241 | 250 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
34 |
| - |
| 34 | + |
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
|
tests/asyncio/test_grpc_helpers_async.py
Copy file name to clipboardExpand all lines: tests/asyncio/test_grpc_helpers_async.py+17Lines changed: 17 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
363 | 363 |
|
364 | 364 |
|
365 | 365 |
|
| 366 | + |
| 367 | + |
| 368 | + |
| 369 | + |
| 370 | + |
| 371 | + |
| 372 | + |
| 373 | + |
| 374 | + |
| 375 | + |
| 376 | + |
| 377 | + |
| 378 | + |
| 379 | + |
| 380 | + |
| 381 | + |
| 382 | + |
366 | 383 |
|
367 | 384 |
|
368 | 385 |
|
|
tests/unit/test_grpc_helpers.py
Copy file name to clipboardExpand all lines: tests/unit/test_grpc_helpers.py+23Lines changed: 23 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
335 | 335 |
|
336 | 336 |
|
337 | 337 |
|
| 338 | + |
| 339 | + |
| 340 | + |
| 341 | + |
| 342 | + |
| 343 | + |
| 344 | + |
| 345 | + |
| 346 | + |
| 347 | + |
| 348 | + |
| 349 | + |
| 350 | + |
| 351 | + |
| 352 | + |
| 353 | + |
| 354 | + |
| 355 | + |
| 356 | + |
| 357 | + |
| 358 | + |
| 359 | + |
| 360 | + |
338 | 361 |
|
339 | 362 |
|
340 | 363 |
|
|
0 commit comments