8000 Add support for keyword argument name elision in pattern-matching · Issue #848 · evhub/coconut · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Add support for keyword argument name elision in pattern-matching #848
Closed
@evhub

Description

@evhub

Should support stuff like

my_class(my_attr=) = my_instance

as equivalent to

assert isinstance(my_instance, my_class)
my_attr = my_instance.my_attr

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0