[issue46174] Feature Request for Python Interfaces

Gobot1234 report at bugs.python.org
Fri Dec 24 13:26:29 EST 2021


Gobot1234 <gobot1234yt at gmail.com> added the comment:

> Protocol class is not supported by IDEs for type hints, completions, bug findings, etc.

I think most good modern IDEs support using Protocols as type hints, offer completions on them and help you to find bugs with static analysis. That was one of the main reasons they were implemented.

----------
nosy: +Gobot1234

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46174>
_______________________________________


More information about the Python-bugs-list mailing list