Lines Matching defs:asyncio
3 import asyncio
30 from asyncio import base_events
31 from asyncio import events
32 from asyncio import format_helpers
33 from asyncio import futures
34 from asyncio import tasks
35 from asyncio.log import logger
159 # between the stdlib and stand-alone asyncio.
553 if isinstance(watcher, asyncio.ThreadedChildWatcher):
561 # ensure that the event loop is passed explicitly in asyncio
588 """Context manager to disable asyncio logger.