mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-07-04 20:33:13 +03:00
Update API docs
This commit is contained in:
parent
dd0cd7a4cf
commit
dbfc8e1c67
File diff suppressed because it is too large
Load Diff
|
@ -1970,8 +1970,7 @@ cdef class List(Provider):
|
|||
"""List provider provides a list of values.
|
||||
|
||||
:py:class:`List` provider is needed for injecting a list of dependencies. It handles
|
||||
positional argument injections the same way as :py:class:`Callable` and :py:class:`Factory`
|
||||
providers.
|
||||
positional argument injections the same way as :py:class:`Factory` provider.
|
||||
|
||||
Positional context argument injections and keyword argument injections are not
|
||||
supported.
|
||||
|
|
Loading…
Reference in New Issue
Block a user