Skip to main content

left shift args to make a function a partial application

Project description

left shift arguments to make a function a partial application.

Build Status tested on 2.7, 3.2, 3.3

install

pip install lshift

API

  • arg(*args, **kwargs)

Example

from lshift import arg
import operator

double = operator.mul << arg(2)
mapinc = map << arg(lambda x: x+1)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lshift-0.1.1.tar.gz (1.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page