Skip to content

Functions with kwargs and default args are annoying #21

@Keluaa

Description

@Keluaa

List of annoyances:

  • f(a = 1)
  • f(a; b=1)
  • f(a = 1; b=1)
  • f()(a = 1; b=1) (functor)

All of those have multiple layers of intermediate functions and types with prevent easy and direct usage of @code_for

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