mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2026-02-21 23:00:41 +03:00
add keep_cache argument to Container.wire typings
This commit is contained in:
parent
964d932673
commit
ad9042f4a0
|
|
@ -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: ...
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user