Skip to main content

Parameters call function, :-)

Project description

Parameters call function, :-)

You can do:

from __future__ import print_function

print('x', 'y', sep=',')

But I can not do:

from __future__ import print_function

parameters = ('x', 'y', sep=',')
print(parameters)

With icall, I can do similar thing:

from __future__ import print_function
from icall import ICall

parameters = ICall('x', 'y', sep=',')
parameters(print)

Sometimes, you may use Parameters(similar to ICall):

from __future__ import print_function
from icall import Parameters

parameters = Parameters('x', 'y', sep=',')
parameters(format)

Changes

0.3.3(2014-09-16)

  • Use reStructedText in text files.

0.3.0

  • Rename package ‘callwith’ to ‘icall’

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

icall-0.3.4.zip (2.4 kB view details)

Uploaded Source

File details

Details for the file icall-0.3.4.zip.

File metadata

  • Download URL: icall-0.3.4.zip
  • Upload date:
  • Size: 2.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for icall-0.3.4.zip
Algorithm Hash digest
SHA256 d0d80c038e5f6cd4fbf4cf5082d0786766f07ebdcd08137c32c5d73f0f74ddba
MD5 41fcaf6c86a385a9940456cbdb75cda5
BLAKE2b-256 51cd4aef2a76124874905b485438fcff36934a2cf4f6b10f2bc992fc28df79cb

See more details on using hashes here.

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