python-dependency-injector/examples/providers
2020-06-29 16:32:48 -04:00
..
abstract_factory Refactor example modules in Python3-ish way 2020-01-26 18:41:36 -05:00
configuration Improve List and Configuration provider docs 2020-06-29 16:32:48 -04:00
factory_aggregate Refactor example modules in Python3-ish way 2020-01-26 18:41:36 -05:00
callable_args.py
callable_kwargs.py
coroutine_async_await.py Coroutine provider (#206) 2018-10-18 19:39:19 +03:00
coroutine.py Coroutine provider (#206) 2018-10-18 19:39:19 +03:00
custom_factory.py Refactor example modules in Python3-ish way 2020-01-26 18:41:36 -05:00
dependency.py Refactor example modules in Python3-ish way 2020-01-26 18:41:36 -05:00
factory_delegation.py Refactor example modules in Python3-ish way 2020-01-26 18:41:36 -05:00
factory_init_injections.py
factory_provided_type.py Refactor example modules in Python3-ish way 2020-01-26 18:41:36 -05:00
factory.py
list.py List provider (#251) 2020-06-14 17:32:12 -04:00
object.py
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
selector.py Selector provider (#258) 2020-06-29 16:32:12 -04:00
singleton_provided_type.py Refactor example modules in Python3-ish way 2020-01-26 18:41:36 -05:00
singleton_resetting.py Fix a few typos (#250) 2020-06-13 22:24:32 -04:00
singleton_thread_locals.py Update singleton_thread_locals.py (#252) 2020-06-16 21:53:00 -04:00
singleton.py