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
Would be good to experiment with adding PEP-484 function annotations to assist PyCharm with consuming our API. Might also be able to find some static-checking tools that can use them.
While we remain Python 2.x compatible, we can put these in .pyi files
The text was updated successfully, but these errors were encountered:
Would be good to experiment with adding PEP-484 function annotations to assist PyCharm with consuming our API. Might also be able to find some static-checking tools that can use them.
While we remain Python 2.x compatible, we can put these in
.pyi
filesThe text was updated successfully, but these errors were encountered: