Skip to content

Extend keyword arguments with dicts, *args and **kwargs #29

Description

@MarvKler

You can pass the data (row content) directly with the keyword argument without specifying variables before in robotframework

Example:
@Keyword(tags=['Writer'])
def insert_row(
self,
row_index: int,
/,
*row_data: Any,
header: bool = True, #header entfernen
#**named_row_data: Any
) -> DataFrame:

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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