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

16 lines
257 B
ReStructuredText
Raw Normal View History

2015-06-10 09:53:15 +03:00
Providers
=========
Providers are strategies of accessing objects.
All providers are callable. They describe how particular objects are provided.
.. toctree::
:maxdepth: 2
2015-06-16 10:37:57 +03:00
factory
singleton
static
external_dependency
delegation