JoniKauf

Results 2 issues of JoniKauf

I noticed that when I have the following code: ```python from types import NoneType class Foo(): def __init__ ``` and I autocomplete `__init__`, I will get this: ```python from types...

team needs to reproduce
ai-triage-responded

I recently tried to create my own stubs for Python 3.14's `Template` and `Interpolation` types, but it seems that is currently not possible. I waited a while and searched a...