Function argument conversion
Project description
A decorator to apply a function on certain arguments of a function.
import cvargs
@cvargs.convert(foo=float, kwargs=str)
def func(foo, *bar, **kwargs):
...
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cvargs-0.1.0.tar.gz
(2.0 kB
view hashes)