mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-03 01:53:24 +08:00
Add BufferedProtocol.eof_received() (#7043)
This commit is contained in:
@@ -164,9 +164,7 @@ _imp.source_hash
|
||||
ast.Tuple.dims
|
||||
ast.main
|
||||
asyncio.AbstractEventLoop.connect_accepted_socket
|
||||
asyncio.BufferedProtocol.eof_received
|
||||
asyncio.events.AbstractEventLoop.connect_accepted_socket
|
||||
asyncio.protocols.BufferedProtocol.eof_received
|
||||
bdb.Breakpoint.clearBreakpoints
|
||||
distutils.dist.DistributionMetadata.set_classifiers
|
||||
distutils.dist.DistributionMetadata.set_keywords
|
||||
|
||||
@@ -89,8 +89,6 @@ collections.Sequence.index # Supporting None in end is not mandatory
|
||||
# Exists at runtime, but missing from stubs
|
||||
_dummy_thread.RLock
|
||||
_imp.source_hash
|
||||
asyncio.BufferedProtocol.eof_received
|
||||
asyncio.protocols.BufferedProtocol.eof_received
|
||||
contextvars.ContextVar.__class_getitem__
|
||||
datetime.datetime_CAPI
|
||||
distutils.command.bdist_wininst
|
||||
|
||||
@@ -101,8 +101,6 @@ collections.Sequence.index # Supporting None in end is not mandatory
|
||||
# Exists at runtime, but missing from stubs
|
||||
_dummy_thread.RLock
|
||||
_imp.source_hash
|
||||
asyncio.BufferedProtocol.eof_received
|
||||
asyncio.protocols.BufferedProtocol.eof_received
|
||||
contextvars.ContextVar.__class_getitem__
|
||||
datetime.datetime_CAPI
|
||||
distutils.command.bdist_wininst
|
||||
|
||||
@@ -124,8 +124,6 @@ _collections_abc.MappingView.__class_getitem__
|
||||
_imp.source_hash
|
||||
ast.Tuple.dims
|
||||
ast.main
|
||||
asyncio.BufferedProtocol.eof_received
|
||||
asyncio.protocols.BufferedProtocol.eof_received
|
||||
collections.AsyncIterable.__class_getitem__
|
||||
collections.Awaitable.__class_getitem__
|
||||
collections.Container.__class_getitem__
|
||||
|
||||
Reference in New Issue
Block a user