Danny Crasto
Danny's blog

Danny's blog

Follow
Follow
homebadges
Tag

Programming Tips

#programming-tips

More content

Read more stories on Hashnode


Articles with this tag

Python's attribute look-up

May 10, 20231 min read52 views

leverage it for your classes ยท __getattribute__ is always called for attribute lookup. However if not found, __getattr__ is called. We can leverage this...

Python's attribute look-up