Skip to content

_UnpackAlias __class__ attribute #538

@Viicos

Description

@Viicos

Is there a reason to have the __class__ attribute of the _UnpackAlias class set to typing.TypeVar?

class _UnpackAlias(typing._GenericAlias, _root=True):
__class__ = typing.TypeVar

It doesn't seem to be present on typing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions