mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-10-29 23:17:31 +03:00
* Add sketch * Cythonize MethodCaller * Cythonize ItemGetter, AttributeGetter & ProvidedInstance providers * Add docblock for .provided attribute * Refactor repr methods * Add .provided attribute to the Dependency provider * Add tests for the .provided attribute to the majority of the providers * Add docblock for the ProvidedInstance provider * Add docblocks for the rest of the providers * Add example of the provided instance usage * Add tests for provided instance* providers * Add complex provided instance example * Update example provided_instance.py * Add docs |
||
|---|---|---|
| .. | ||
| abstract_factory | ||
| configuration | ||
| factory_aggregate | ||
| callable_args.py | ||
| callable_kwargs.py | ||
| coroutine_async_await.py | ||
| coroutine.py | ||
| custom_factory.py | ||
| dependency.py | ||
| factory_deep_init_injections.py | ||
| factory_delegation.py | ||
| factory_init_injections.py | ||
| factory_provided_type.py | ||
| factory.py | ||
| list.py | ||
| object.py | ||
| overriding_simple.py | ||
| overriding_users_model.py | ||
| provided_instance_complex.py | ||
| provided_instance.py | ||
| selector.py | ||
| singleton_provided_type.py | ||
| singleton_resetting.py | ||
| singleton_thread_locals.py | ||
| singleton.py | ||