soleil.rcall#

Resolved calls with resolved parameters

Classes

RCallResolver(resolvable)

rcall(fxn, *args, **kwargs)

Supports calling resolvables with resolvable parameters

class soleil.rcall.rcall(fxn: Callable, *args: Any, **kwargs: Any)#

Bases: object

Supports calling resolvables with resolvable parameters

__call__()#

Resolves the arguments and callable and then makes the call

class soleil.rcall.RCallResolver(resolvable)#

Bases: TypeResolver

handled_type#

alias of rcall