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
Is there interest in adding type annotations to all functions and methods? Checking them with mypy could be done incrementally, using the same nice framework as in #457.
I'm asking because the types in docstrings are already quite complete and are a good starting point, but introspection is improved by adding annotations and I'd be willing to add them.
The text was updated successfully, but these errors were encountered:
On Oct 15, 2021 at 11:44:06 AM, Eric Berquist ***@***.***> wrote:
Is there interest in adding type annotations
<https://docs.python.org/3/library/typing.html> to all functions and
methods? Checking them with mypy could be done incrementally, using the
same nice framework as in #457
<#457>.
I'm asking because the types in docstrings are already quite complete and
are a good starting point, but introspection is improved by adding
annotations and I'd be willing to add them.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#459>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAWWWRHDE4TYOLO5UVIVWWDUHBY7NANCNFSM5GCRR72Q>
.
Is there interest in adding type annotations to all functions and methods? Checking them with mypy could be done incrementally, using the same nice framework as in #457.
I'm asking because the types in docstrings are already quite complete and are a good starting point, but introspection is improved by adding annotations and I'd be willing to add them.
The text was updated successfully, but these errors were encountered: