python-dependency-injector/docs/providers/index.rst

15 lines
231 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