-
Project structure:
```
aiojobs-stubs
└── aiojobs-stubs
└── __init__.pyi
└── aiojobs_protocols
└── __init__.py
└── py.typed
└── LICENSE
└── MANIFEST.in
└── setup.py
```
setup.py…
-
## Environment data
- Pylance version: 2024.8.1
- OS and version: macOS 15.1.1
- Python version (& distribution if applicable, e.g. Anaconda): 3.13 (cpython-3.13.0-macos-aarch64)
## Code S…
-
**Describe the bug**
When I try to create stub from my esp32 i get this error (saved all output in error.txt):
`KeyError: 'sysname'`
[error.txt](https://github.com/BradenM/micropy-cli/files…
-
3rd party pyscreeze type stubs have been added to typeshed (by myself) https://github.com/python/typeshed/tree/master/stubs/PyScreeze
It'd be best if the stubs were part of pyscreeze itself. You sh…
-
### What version of gRPC and what language are you using?
`python3 -m grpc_tools.protoc --version`:
libprotoc 3.21.6
python
### What operating system (Linux, Windows,...) and version?
mac…
-
I have:
* python 3.7.7
* pip 20.2.4
Running
```
pip install pika-stubs
```
Fails with the following error:
```
$ pip install pika-stubs
ERROR: Could not find a version that satisfi…
-
# mypy and static type checking
As of Python3.6, it has been possible to introduce typing information in the code. This became immensely popular in a short period of time. Shortly after, the tool `…
-
_(I believe this question has probably been asked before, but for some reason I am not able to find the previous issue so please feel free to direct me that issue if you are able to find it)_
I am …
-
## 🐛 Bug
Doing the following is probably not a good programming style. It might be better to throw an error during compilation or use the correct `self`.
```py
import torch
class A(torch.nn.Mo…
-
Hi, Matthias!
It'll be great to have Python interface files for `pya` module (for both KLayout and Qt bindings). It'll help to enforce type validation with MyPy.
Sure, it would be huge task.