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

17 lines
270 B
ReStructuredText
Raw Normal View History

2015-06-10 06:53:15 +00: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 07:37:57 +00:00
factory
singleton
static
2015-07-15 21:48:30 +00:00
callable
external_dependency
delegation