mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Fix type stubs in subprocess.pyi (#1253)
This commit is contained in:
committed by
Matthias Kramm
parent
7dd2f80194
commit
9311e980f4
@@ -19,7 +19,7 @@ class SubprocessStreamProtocol(streams.FlowControlMixin,
|
||||
def __init__(self, limit: int, loop: events.AbstractEventLoop) -> None: ...
|
||||
def connection_made(self, transport: transports.BaseTransport) -> None: ...
|
||||
def pipe_data_received(self, fd: int, data: AnyStr) -> None: ...
|
||||
def pipe_connection_lost(self, fd: int, exc: Exception): ...
|
||||
def pipe_connection_lost(self, fd: int, exc: Exception) -> None: ...
|
||||
def process_exited(self) -> None: ...
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user