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.

Named parameters with types have types overridden by default value in hover #603

Description

@jakebailey
from typing import Optional

def opt_none(x: Optional[int] = None):
    return x

image

This doesn't impact the actual analysis, though.

image

Replaces #377.

Metadata

Metadata

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions