-
When running the first / easiest [example](https://joblib.readthedocs.io/en/latest/parallel.html#:~:text=%3E%3E%3E%20from%20math%20import%20sqrt%0A%3E%3E%3E%20from%20joblib%20import%20Parallel%2C%20de…
-
Hi, reading your code I saw that you have the `lock` defined as `AbstractContextManager `
```python
def cached(
cache: Optional[MutableMapping[_KT, Any]],
# ignoring the mypy error to be…
-
https://github.com/python/typeshed/pull/11890#discussion_r1597530831
An unwritten convention (because we've been bitten by it a few times in the past), is to not use newly added symbols from the stdl…
-
https://github.com/python/typeshed/blob/6d20ea636ca7b66cec62f490ec9e42b63886c811/stdlib/tkinter/filedialog.pyi#L81-L90
The defaults are set to `...`, because the code is dynamic (as is usual with t…
Akuli updated
6 months ago
-
The fix to #1154 seems to also have affected local variables. (Or, this issue is from #1233 and is only being observed now.)
![image](https://user-images.githubusercontent.com/5341706/61912599-7718…
-
**Bug Report**
It seems dmypy stops seeing errors when you give it exact paths.
**To Reproduce**
I have created a repository here with a command that creates a virtualenv and instruct…
-
Not too confident this will be easily fixed on the `typeshed` side -> https://github.com/python/typeshed/issues/2521
-
## Environment data
- Language Server version: 2024.6.1
- OS and version: XXX
- Python version (& distribution if applicable, e.g. Anaconda): XXX
## Repro Steps
1. Cre…
-
**Bug Report**
I'm creating an `ABC` inheriting from an untyped class and override its `__init__` function. Then, all child classes are detected as being abstract, even though they are not…
-
I'm not sure if this is an issue with the type annotation for `itemgetter` or `SupportsGetItem`.
`SupportsGetItem` requires defining `__contains__`.
https://github.com/python/typeshed/blob/7ed91…