Skip to content

lru cache interferes with use of kwargs #24

@Slater-Victoroff

Description

@Slater-Victoroff

Passing kwargs into a function decorated by lru_cache throws an error:

@lru_cache(500)
def some_function(stuff, **kwargs):
    # do stuff

throws an error

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions