dic icon indicating copy to clipboard operation
dic copied to clipboard

Dependency Injection Container for Python 3+ influenced by Autofac

Results 3 dic issues
Sort by recently updated
recently updated
newest added

Hello, this is an auto-generated Pull Request. ([Feedback?](mailto:[email protected]?subject=pypip.in%20Badge%20Bot%20Feedback%3A%20dic)) Some time ago, [pypip.in](https://web.archive.org/web/20150318013508/https://pypip.in/) shut down. This broke the badges for a bunch of repositories, including `dic`. Thankfully, an equivalent service is...

When one tries to write a type annotation for the `__init__` method, the container will try to resolve this type (which is ``None``) and this will cause an error.

At the moment the container is a black box. Logging our some way of hooking it in (events?) would help debugging.

enhancement