fkr 1.0.0
to replace fixed keywords in functions
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
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| fkr-1.0.0.zip (md5) | Source | 2011-10-15 | 980B | 193 | |
- Author: Marwan Sabih
- Home Page: http://www.headfirstlabs.com
- Package Index Owner: m_sabih
- DOAP record: fkr-1.0.0.xml
