rl_dict#

rateslib_pyxll.types.rl_dict(name, keywords, values)#

Create a wrapped Python dict from contiguous cell ranges, or PyInputs.

Parameters:
  • name (str) – Identifier displayed in a cell. Otherwise unused.

  • keywords (list) – The keywords used to construct the dict.

  • values (list) – The values used to construct the dict.

Return type:

PyDict