find attribute in deep object
Project description
>>> from afinder import afind >>> afind(your_obj, 'something-to-find') ['obj.attribute.something', 'obj.attribute.moha:"something is here"']
Installation
To install Afinder, simply:
$ pip install afinder