warg.decorators.kw_passing¶
The concept “kw passing” implemented here lets one make a contract with the caller that all kwargs with be passed onwards to a receiver, this lets the caller inspect available kwargs of the the receiver function allowing for autocompletion, typing and documentation fetching.
Functions
|
A contract decorator, attaching this to a function you explicitly state that kws will be passed onward to a receiver function. |
|
|
|
|
|
|
|
|
|
|
|
Classes
Lets you use a function as a decorator too |