rl_attr_obj#
- rateslib_pyxll.replicators.rl_attr_obj(name, obj)#
Get an attribute value of a Class instance, returned as a cached Python object.
- Parameters:
name (str) – The name of the instance attribute.
obj (object) – The Class instance as a cached Excel object.
- Return type:
object