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
It's sometimes useful to enable the typing system for static type checking. However, currently, parselmouth does not support typing system so that we can only see parselmouth objects as Any types, which is harmful for all the other codes that have been annotated types.
To enable the typing system of parselmouth via stub files is extremely easy: all we need is to do some modifications on the stubgen-generated stub files and this is also the choice of numpy, scipy, pandas etc.
The text was updated successfully, but these errors were encountered:
It's sometimes useful to enable the typing system for static type checking. However, currently,
parselmouth
does not support typing system so that we can only see parselmouth objects asAny
types, which is harmful for all the other codes that have been annotated types.To enable the typing system of
parselmouth
via stub files is extremely easy: all we need is to do some modifications on thestubgen
-generated stub files and this is also the choice ofnumpy
,scipy
,pandas
etc.The text was updated successfully, but these errors were encountered: