Things to check first
Feature description
It would be nice for typeguard to actually process what's inside the if TYPE_CHECKING blocks, actually importing the referenced modules etc.
It would be nice to have an option to turn on this behavior.
Use case
That's not how an app would work without typeguard, but that would allow to check the app for type correctness more thoroughly.
Things to check first
Feature description
It would be nice for
typeguardto actually process what's inside theif TYPE_CHECKINGblocks, actually importing the referenced modules etc.It would be nice to have an option to turn on this behavior.
Use case
That's not how an app would work without
typeguard, but that would allow to check the app for type correctness more thoroughly.