rl_meth#
- rateslib_pyxll.replicators.rl_meth(name, obj, keywords, values)#
- Perform any rateslib Class method provided with a dict of keyword args, - 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:
- Any 
 
