Thanks to visit codestin.com
Credit goes to github.com

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    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