Skip to content

Use keyword arguments instead of variable length argument list #13

Description

@chiplet

In a recent discussion with @mkosunen it was brought up that keyword arguments **kwargs should be preferred instead of using *args. This project still uses the *args for entity/controller initialization in at least the following locations:

def __init__(self,*arg):

def __init__(self,*arg):

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

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions