mpd-now-playable/stubs/corefoundationasyncio/eventloop.pyi

5 lines
149 B
Python
Raw Normal View History

import asyncio
class CoreFoundationEventLoop(asyncio.SelectorEventLoop):
def __init__(self, console_app: bool = ..., *eventloop_args) -> None: ...