()
| 1222 | |
| 1223 | |
| 1224 | async def async_setup(): |
| 1225 | if not _IS_SYNC: |
| 1226 | # Set up the event loop. |
| 1227 | get_loop() |
| 1228 | await async_client_context.init() |
| 1229 | warnings.resetwarnings() |
| 1230 | warnings.simplefilter("always") |
| 1231 | global_knobs.enable() |
| 1232 | |
| 1233 | |
| 1234 | async def async_teardown(): |