Skip to content

Support for typing.NamedTuple type annotations #42

Open
@andreycizov

Description

@andreycizov

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions