Skip to content

use lambda function instead of partial #60

Open
@wikfeldt

Description

@wikfeldt

i.e. in multiprocessing word-acf exercise, perhaps use this instead:

def sum(x, y, z):
     return x + y + z

new_fn = lambda x, y: sum(x, y, 2)

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