We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
An example like this
from typing import NamedTuple class Foo(NamedTuple): x: int """is an important variable"""
will not yield a type annotation nor a link in the documentation to it's type