Skip to content

DynamicCore doesn't handle named only arguments properly default values properly #118

@aaltat

Description

@aaltat

DynamicCode does not return names only arguments correctly when keyword looks like this:

    @keyword()
    def dyn_keyword(self, arg1: int = 1, *, arg2: str = "foobar"):

PLC should return this: [("arg1", 1), "*", ("arg2", "foobar")] but now that is not done.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions