diff --git a/celery-stubs/app/control.pyi b/celery-stubs/app/control.pyi index 3d45fb1..38a2d6c 100644 --- a/celery-stubs/app/control.pyi +++ b/celery-stubs/app/control.pyi @@ -56,7 +56,17 @@ class Control: Mailbox: KombuMailbox app: Celery | None def __init__(self, app: Celery | None = ...) -> None: ... - def inspect(self) -> Any: ... + def inspect( + self, + destination: _Destination | None = ..., + timeout: float = ..., + callback: Callable[..., Any] | None = ..., + connection: Connection | None = ..., + app: Celery | None = ..., + limit: int | None = ..., + pattern: str | None = ..., + matcher: Callable[..., Any] | None = ..., + ) -> Inspect: ... def purge(self, connection: Connection | None = ...) -> int: ... discard_all = purge def election(