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 have a large python script which I have not yet had the opportunity to refactor as a proper python project: so all the classes and methods I want to type check are inside this one script. Is there any way for me to specify something like typeguard.install_import_hook() one time, rather than decorating every single method and function? Thanks!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a large python script which I have not yet had the opportunity to refactor as a proper python project: so all the classes and methods I want to type check are inside this one script. Is there any way for me to specify something like
typeguard.install_import_hook()
one time, rather than decorating every single method and function? Thanks!Beta Was this translation helpful? Give feedback.
All reactions