I am curious why the builtin delattr checks to see if the named attribute
is a function..

typeof(@{{obj}}[mapped_name]) != "function"


In python I can use delattr even if the named attribute is a function,
right?

Reply via email to