utils

Util functionality and tools.

hpoflow.utils.func_no_exception_caller(func, *args, **kwargs)[source]

Delegate the function call and log exceptions.

This function catches all exceptions and just logs them.

Returns:

The function result or None is an exception was raised.

Parameters:

func (Callable) –