rl_meth_obj#
- rateslib_pyxll.replicators.rl_meth_obj(name, obj, keywords, values)#
- Perform any rateslib Class method provided with a dict of keyword args, returned as a cached Python object. - Parameters:
- name (str) – The name of the method in the Class namespace to perform. 
- obj (object) – The Class instance as a cached Excel object. 
- keywords (list[str]) – List of keyword names that will pass values to the method. 
- values (list) – List of values passed as the associated parameters. 
 
- Return type:
- object 
 
