Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Inconsistent ordering of arguments if one is a keyword argument #201

@chess-equality

Description

@chess-equality

I have the function:

def function9(param1, **param2):
    print "keywordArgs"

When parsing the arguments, the order of the arguments in the children array are inconsistent, such that sometimes I get args[0] = param1, args[1] = param2, other times I get args[0] = param2, args[1] = param1.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions