Skip to content

Should we add an explicit funcopy function ? #88

Open
@smarie

Description

@smarie
def funcopy(f):
    """Creates an actual copy of a function, since python copy() does not"""
    return partial(f)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions