Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

**kwargs should be a dict #1238

Open
Open
@jakebailey

Description

@jakebailey

image

image

Additionally, if it's a dict, then when it gets eval'd, lookups into that dict should work by name, i.e.:

def foo(**kwargs):
    return kwargs

x = foo(a=1, b="b")

Should have a specialized dict which contains those two value-type pairs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions