mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-23 01:56:58 +03:00
17 lines
270 B
ReStructuredText
17 lines
270 B
ReStructuredText
Providers
|
|
=========
|
|
|
|
Providers are strategies of accessing objects.
|
|
|
|
All providers are callable. They describe how particular objects are provided.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
factory
|
|
singleton
|
|
static
|
|
callable
|
|
external_dependency
|
|
delegation
|