mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-09 13:02:22 +08:00
[docker] Annotate Container.stop() (#12052)
This commit is contained in:
@@ -79,7 +79,7 @@ class Container(Model):
|
||||
def restart(self, **kwargs): ...
|
||||
def start(self, **kwargs) -> None: ...
|
||||
def stats(self, **kwargs): ...
|
||||
def stop(self, **kwargs) -> None: ...
|
||||
def stop(self, *, timeout: float | None = None) -> None: ...
|
||||
def top(self, **kwargs): ...
|
||||
def unpause(self): ...
|
||||
def update(self, **kwargs): ...
|
||||
|
||||
Reference in New Issue
Block a user