Skip to content

Add explicit argument converter for Any that does no conversion #4647

@pekkaklarck

Description

@pekkaklarck

In Python's type system Any is used to indicate that any type is accepted. We should add an explicit argument convertor for Any that recognizes it but doesn't do any conversion. Because we don't do any conversion for unrecognized types, and Any currently isn't recognized, this change wouldn't change much. It nevertheless has some benefits:

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions