mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-06-06 14:43:17 +03:00
Update src/dependency_injector/providers.pyi
Co-authored-by: ZipFile <lin.aaa.lin@gmail.com>
This commit is contained in:
parent
185a491521
commit
a3bca549c8
|
@ -69,7 +69,7 @@ class Provider(Generic[T]):
|
||||||
@property
|
@property
|
||||||
def provider(self) -> Provider: ...
|
def provider(self) -> Provider: ...
|
||||||
@property
|
@property
|
||||||
def provided(self) -> T: ...
|
def provided(self) -> ProvidedInstance[T]: ...
|
||||||
def enable_async_mode(self) -> None: ...
|
def enable_async_mode(self) -> None: ...
|
||||||
def disable_async_mode(self) -> None: ...
|
def disable_async_mode(self) -> None: ...
|
||||||
def reset_async_mode(self) -> None: ...
|
def reset_async_mode(self) -> None: ...
|
||||||
|
|
Loading…
Reference in New Issue
Block a user