skit¶
- data_base.utils.skit(*funcs, **kwargs)¶
Splits kwargs up to supply different functions with the right subset.
- Parameters:¶
*funcs (function) – functions to be supplied with the right subset of kwargs
**kwargs – keyword arguments to be split up
See also
Adapted from http://stackoverflow.com/a/23430335/5082048