We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2154f5 commit 9025a5dCopy full SHA for 9025a5d
1 file changed
stubs/punq/punq/__init__.pyi
@@ -86,7 +86,7 @@ class Container:
86
instance: _T | _Empty = ...,
87
scope: Scope = Scope.transient,
88
**kwargs: Any,
89
- ): ...
+ ) -> Container: ...
90
def resolve_all(self, service: type[_T] | str, **kwargs: Any) -> list[_T]: ...
91
def resolve(self, service_key: type[_T] | str, **kwargs: Any) -> _T: ...
92
def instantiate(self, service_key: type[_T] | str, **kwargs: Any) -> _T: ...
0 commit comments