ogstools.variables.func module#
Class to store functions and arguments for Variables.
- class ogstools.variables.func.Function[source]#
Bases:
objectFunction(callable: collections.abc.Callable = <function identity at 0x7f0e2b5c6520>, args: list[str | collections.abc.Callable] = <factory>, params: dict[str, typing.Any] = <factory>)
- __init__(callable=<function identity>, args=<factory>, params=<factory>)#