Move library stubs to stubs/ for typeshed consistency
This commit is contained in:
parent
da90e64dac
commit
d4df24b7aa
3 changed files with 1 additions and 1 deletions
1
stubs/corefoundationasyncio/__init__.pyi
Normal file
1
stubs/corefoundationasyncio/__init__.pyi
Normal file
|
@ -0,0 +1 @@
|
|||
from .eventloop import CoreFoundationEventLoop as CoreFoundationEventLoop
|
4
stubs/corefoundationasyncio/eventloop.pyi
Normal file
4
stubs/corefoundationasyncio/eventloop.pyi
Normal file
|
@ -0,0 +1,4 @@
|
|||
import asyncio
|
||||
|
||||
class CoreFoundationEventLoop(asyncio.SelectorEventLoop):
|
||||
def __init__(self, console_app: bool = ..., *eventloop_args) -> None: ...
|
Loading…
Add table
Add a link
Reference in a new issue