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

'arguments-v3' schema improvements #1669

@Viicos

Description

@Viicos

Following #1641, some improvements that could be implemented:

  • deduplicate name and lookup_key_collection (comment):

    struct Parameter {
    name: String,
    mode: ParameterMode,
    lookup_key_collection: LookupKeyCollection,

  • Extract potential var_args/var_kwargs parameter (comment):

    positional_args: Vec<Parameter>,
    var_args: Option<Parameter>,
    keyword_only_args: Vec<Parameter>,
    var_kwargs: Option<Parameter>,
  • Extra behavior for extra args, when input is ArgsKwargs. Currently, this is relevant for kwargs (on both schema types), but not for args (comment).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions