mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-27 03:52:19 +08:00
Add missing asyncio functions, part II (#6493)
This commit is contained in:
@@ -157,10 +157,6 @@ ast.Tuple.dims
|
||||
ast.main
|
||||
asyncio.AbstractEventLoop.connect_accepted_socket
|
||||
asyncio.BufferedProtocol.eof_received
|
||||
asyncio._enter_task
|
||||
asyncio._leave_task
|
||||
asyncio._register_task
|
||||
asyncio._unregister_task
|
||||
asyncio.events.AbstractEventLoop.connect_accepted_socket
|
||||
asyncio.protocols.BufferedProtocol.eof_received
|
||||
bdb.Breakpoint.clearBreakpoints
|
||||
|
||||
@@ -83,10 +83,6 @@ collections.Sequence.index # Supporting None in end is not mandatory
|
||||
_dummy_thread.RLock
|
||||
_imp.source_hash
|
||||
asyncio.BufferedProtocol.eof_received
|
||||
asyncio._enter_task
|
||||
asyncio._leave_task
|
||||
asyncio._register_task
|
||||
asyncio._unregister_task
|
||||
asyncio.protocols.BufferedProtocol.eof_received
|
||||
contextvars.ContextVar.__class_getitem__
|
||||
distutils.command.bdist_wininst
|
||||
|
||||
@@ -105,10 +105,6 @@ _thread._ExceptHookArgs.n_fields
|
||||
_thread._ExceptHookArgs.n_sequence_fields
|
||||
_thread._ExceptHookArgs.n_unnamed_fields
|
||||
asyncio.BufferedProtocol.eof_received
|
||||
asyncio._enter_task
|
||||
asyncio._leave_task
|
||||
asyncio._register_task
|
||||
asyncio._unregister_task
|
||||
asyncio.protocols.BufferedProtocol.eof_received
|
||||
contextvars.ContextVar.__class_getitem__
|
||||
distutils.command.bdist_wininst
|
||||
|
||||
@@ -123,10 +123,6 @@ _thread._ExceptHookArgs.n_unnamed_fields
|
||||
ast.Tuple.dims
|
||||
ast.main
|
||||
asyncio.BufferedProtocol.eof_received
|
||||
asyncio._enter_task
|
||||
asyncio._leave_task
|
||||
asyncio._register_task
|
||||
asyncio._unregister_task
|
||||
asyncio.protocols.BufferedProtocol.eof_received
|
||||
collections.AsyncIterable.__class_getitem__
|
||||
collections.Awaitable.__class_getitem__
|
||||
|
||||
Reference in New Issue
Block a user