more generally, you probably would want to use `ge...
# python
s
more generally, you probably would want to use
getattr()
over
___getattribute___()
👍 1
g
No getattr() available in my project, so not sure how i'd use it.
s
hmm it’s a Python built-in function