[docker] Annotate Container.stop() (#12052)

This commit is contained in:
Adam Dangoor
2024-05-31 09:30:02 +01:00
committed by GitHub
parent 769fea9f10
commit 64af79f98b

View File

@@ -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): ...