ogstools.variables.func module#

Class to store functions and arguments for Variables.

class ogstools.variables.func.Function[source]#

Bases: object

Function(callable: collections.abc.Callable = <function identity at 0x7f0e2b5c6520>, args: list[str | collections.abc.Callable] = <factory>, params: dict[str, typing.Any] = <factory>)

callable()#
Return type:

TypeVar(T)

Returns:

The input values.

args: list[str | Callable]#
params: dict[str, Any]#
__init__(callable=<function identity>, args=<factory>, params=<factory>)#