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

18 lines
284 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
2015-07-16 00:48:30 +03:00
callable
external_dependency
2015-07-21 09:57:13 +03:00
overriding
extending