Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Fix List[T] not inheriting list/List methods #260

Closed
@brettcannon

Description

@brettcannon

microsoft/vscode-python#2446

E.g.

from typing import List

def func(a: List[str]):
    pass

Currently a has no completions instead of having completions for a list.

See generics from PEP 484 for some details.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions