You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using D.I. over all my python project for centralized instance provider.
So, I prefer set wiring over project root dir.
So far now no problem at all.
As D.I. read code one more time, most module is fine, but the other has problem with this behavior as it does not expect running twice.
Currently possible answer is writing module or path explicitly or wrapping code with function to prevent run automatically.
But it is getting hard as project get bigger.
The text was updated successfully, but these errors were encountered:
rumbarum
changed the title
Feature Request: WiringConfiguration add args exclusion for module or package
Feature Request: WiringConfiguration add args excluding module or package
Feb 15, 2024
I am using D.I. over all my python project for centralized instance provider.
So, I prefer set wiring over project root dir.
So far now no problem at all.
As D.I. read code one more time, most module is fine, but the other has problem with this behavior as it does not expect running twice.
Currently possible answer is writing module or path explicitly or wrapping code with function to prevent run automatically.
But it is getting hard as project get bigger.
The text was updated successfully, but these errors were encountered: