Skip to main content

to replace fixed keywords in functions

Project description

The modul fkr offers the function newkey. With newkey you can create new functions with new fixed keywords.

For example:

def apple( x, fruit = ‘strawberry’):

print( x )

print( fruit)

>>>apple(‘An apple is an:’ )

An apple is an:

strawberry

betterapple = fkr.newkey(apple, fruit = ‘apple’)

>>>betterapple(‘An apple is an:’)

An apple is an:

apple

Attention! Once you replaced fruit you can’t replace it anymore in the new function.

If there are some Bugs please let me know: masatamara@googlemail.com

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

fkr-1.0.0.zip (980 Bytes 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