python-dependency-injector/examples/providers
Roman Mogylatov c4b33749d2
Providers docs update (#289)
* Update callable provider docs

* Update coroutine provider docs

* Edit object docs

* Edit list provider docs

* Edit configuration provider docs

* Edit selector provider docs

* Fix mypy stub of the ``DeclarativeContainer`` to specify the ``__init__`` interface

* Edit Dependency provider docs
2020-09-01 21:39:23 -04:00
..
configuration Configuration option typed injections (#284) 2020-08-24 13:34:47 -04:00
abstract_factory.py Factory provider docs update (#287) 2020-08-31 21:26:21 -04:00
callable.py Providers docs update (#289) 2020-09-01 21:39:23 -04:00
coroutine.py Providers docs update (#289) 2020-09-01 21:39:23 -04:00
custom_factory.py Refactor example modules in Python3-ish way 2020-01-26 18:41:36 -05:00
dependency.py Providers docs update (#289) 2020-09-01 21:39:23 -04:00
factory_aggregate.py Factory provider docs update (#287) 2020-08-31 21:26:21 -04:00
factory_delegation.py Singleton docs update (#288) 2020-09-01 16:04:48 -04:00
factory_init_injections_underlying.py Singleton docs update (#288) 2020-09-01 16:04:48 -04:00
factory_init_injections.py Singleton docs update (#288) 2020-09-01 16:04:48 -04:00
factory_provided_type.py Factory provider docs update (#287) 2020-08-31 21:26:21 -04:00
factory.py Singleton docs update (#288) 2020-09-01 16:04:48 -04:00
list.py Providers docs update (#289) 2020-09-01 21:39:23 -04:00
object.py Providers docs update (#289) 2020-09-01 21:39:23 -04:00
overriding_simple.py Refactor example modules in Python3-ish way 2020-01-26 18:41:36 -05:00
overriding_users_model.py Refactor example modules in Python3-ish way 2020-01-26 18:41:36 -05:00
provided_instance_complex.py Provided attributes (#282) 2020-08-20 21:52:12 -04:00
provided_instance.py Provided attributes (#282) 2020-08-20 21:52:12 -04:00
selector.py Providers docs update (#289) 2020-09-01 21:39:23 -04:00
singleton_resetting.py Singleton docs update (#288) 2020-09-01 16:04:48 -04:00
singleton_scoped.py Singleton docs update (#288) 2020-09-01 16:04:48 -04:00
singleton_thread_locals.py Singleton docs update (#288) 2020-09-01 16:04:48 -04:00
singleton.py Singleton docs update (#288) 2020-09-01 16:04:48 -04:00