home.social

#pythontyping — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #pythontyping, aggregated by home.social.

  1. @ambv so, what do you think about this problem?

    It also behaves the same way in mypy. But here bug is not closed, and i'm hoping it can be fixed.

    github.com/python/mypy/issues/

    #Python #PythonTyping #Mypy #Pyright

  2. #Python #PythonTyping #Pyright #Pylance #Mypy

    Is there a way to create type stub only for part of the library?

    For example: I want to include types for a single object, but don't want to maintain full copy of the library types.

    github.com/carltongibson/djang