mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2026-02-02 13:46:01 +03:00
Add keep_cache argument to Container.wire typings (#952)
This commit is contained in:
parent
03df1a51ae
commit
2741cd7ff9
|
|
@ -73,6 +73,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