mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-04-13 05:34:23 +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
|
||||
def provider(self) -> Provider: ...
|
||||
@property
|
||||
def provided(self) -> T: ...
|
||||
def provided(self) -> ProvidedInstance[T]: ...
|
||||
def enable_async_mode(self) -> None: ...
|
||||
def disable_async_mode(self) -> None: ...
|
||||
def reset_async_mode(self) -> None: ...
|
||||
|
|
Loading…
Reference in New Issue
Block a user