For the complete documentation index, see llms.txt. This page is also available as Markdown.

hasattr

Does an object attribute exist?
     self  - object
     attr  - attribute name
Thread-safe function.

success hasattr(object self, string attr);

Last updated

Was this helpful?