top | item 42871694

(no title)

N1H1L | 1 year ago

I think TypeGuard (https://github.com/agronholm/typeguard) also does runtime type checking. I use beartype BTW.

discuss

order

drcongo|1 year ago

I use TypeGuard too, but only in local dev and pytest runs. I find it really useful so I'm now intrigued to try Beartype too. I found the readme on GitHub confusing at a glance though, I need decorators to type check something?