No luck for me.
>>> d = find ('ndcpxaa02*')
>>> d.setManageIp('1.1.1.1')
Traceback (most recent call last):
File "<console>", line 1, in <module>
TypeError: 'str' object is not callable
I found the format
d.setManageIp='20.20.20.20'
on a posting. This format doesn't error, but it doesn's seem to work either.