add keep_cache argument to Container.wire typings

This commit is contained in:
Roman Tolkachyov 2026-01-31 14:56:48 +03:00
parent 964d932673
commit ad9042f4a0
No known key found for this signature in database

View File

@ -72,6 +72,7 @@ class Container:
modules: Optional[Iterable[Any]] = None,
packages: Optional[Iterable[Any]] = None,
from_package: Optional[str] = None,
keep_cache: bool | None = None,
warn_unresolved: bool = False,
) -> None: ...
def unwire(self) -> None: ...