Skip to content

key-only function watch calling is not supported #13

@bppps

Description

@bppps
def func_kw_only(a, b, *, c = 1, d = 2):
    print("hello")

TypeError: func_kw_only() missing 2 required keyword-only argument s: 'c' and 'd'

Metadata

Metadata

Assignees

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