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
Type stubs can add type information to a python package. Typing can make it easier to write code as IDEs will be able to give (better) suggestions and type checkers can infer if the right types are passed to/from functions.
cftime is currently missing type stubs. I started on writing a stub file for my own use, but this is not complete (and might be incorrect).
The text was updated successfully, but these errors were encountered:
Type stubs can add type information to a python package. Typing can make it easier to write code as IDEs will be able to give (better) suggestions and type checkers can infer if the right types are passed to/from functions.
cftime is currently missing type stubs. I started on writing a stub file for my own use, but this is not complete (and might be incorrect).
The text was updated successfully, but these errors were encountered: