-
Hello there,
is there a way to get to work combination of `_typeshed.wsgi` and `typing.get_type_hints` in runtime?
In flask codebase there is something like
```py
from __future__ import annotation…
-
Note: if you are reporting a wrong signature of a function or a class in the standard library, then the typeshed tracker is better suited for this report: https://github.com/python/typeshed/issues.
…
-
This should probably be done through type stubs. ~~Here are auto generated ones (I've already filled in `FAILSAFE` and `hotkey` since it's what I use):~~ https://github.com/python/typeshed/tree/master…
-
**Why is this feature valuable to you? Does it solve a problem you're having?**
Type checking of Python code can be incredibly helpful to write readable and maintainable code.
**Describe the solu…
-
Transferred from https://github.com/mhammond/pywin32/issues/2411 by @KJH-x
---
## Expected behavior and actual behavior
In vscode pylance lint (hover hint), the description of function `GetCl…
-
I'm working to get rid of the type checker-specific symbols that currently are in our core stubs but don't exist at runtime. I'll use this issue to track the work needed. This involves changes both to…
-
https://peps.python.org/pep-0646/
-
Description
===========
Currently, if you run `mypy` with a project with this in, you get `error: Skipping analyzing "confluent_kafka.admin": module is installed, but missing library stubs or py.t…
-
Explicitly annotating class variables using `typing.ClassVar` creates greater type safety.
Furthermore, migrating to `types-docutils` will require this since the upstream types use explicit class var…
-
this project is awesome thank u @carson-katri ...
i want to have a work environment using this project in neovim, but i still fail to get autocompletion, i tried to use mypy, pylsp, pyright all of th…