We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ExecApiMixin.exec_start
1 parent 14adf68 commit efc4b71Copy full SHA for efc4b71
stubs/docker/docker/api/exec_api.pyi
@@ -44,9 +44,9 @@ class ExecApiMixin:
44
detach: Literal[False] = False,
45
tty: bool = False,
46
stream: bool = False,
47
- demux: bool = False,
48
*,
49
socket: Literal[True],
+ demux: bool = False,
50
) -> SocketIO | _BufferedReaderStream | SSHSocket: ...
51
@overload
52
def exec_start(
@@ -79,10 +79,10 @@ class ExecApiMixin:
79
exec_id: str,
80
81
82
- socket: Literal[False] = False,
83
- demux: Literal[False] = False,
84
85
stream: Literal[True],
+ socket: Literal[False] = False,
+ demux: Literal[False] = False,
86
) -> CancellableStream[str]: ...
87
88
0 commit comments