Skip to content

Maya: **kwargs is not overriding signatures as expected #46

@ColinKennedy

Description

@ColinKennedy

There's two separate, possibly related issues

  1. **kwargs is not getting expanded in the generated signature as expected all the time
  2. When an explicit keyword is given such as currentNamespace in "(currentNamespace: Literal[True], **kwargs) -> str", the expanded signature lists currentNamespace twice, which is an invalid signature

Note: This ticket is a followup from 5dafefd. See the TODO note in that code for an example.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions