foxes.utils.Dict.eval(globals=None, locals=None)[source]

Tries to evaluate all string values, recursively.

Parameters

globals: dict, optional

The global namespace

locals: dict, optional

The local namespace

Returns

self: Dict

The dictionary with evaluated values