maldoinc / wireup

Performant, concise, and easy-to-use dependency injection container for Python 3.8+.
https://maldoinc.github.io/wireup/
MIT License
97 stars 2 forks source link

Transient dependencies always resolve to a ContainerProxy object #4

Closed maldoinc closed 11 months ago

maldoinc commented 11 months ago

Transient dependencies should return a real instance just like singletons when possible and avoid the proxy overhead.