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?
Does an object attribute exist?
self - object
attr - attribute name
Thread-safe function.
success hasattr(object self, string attr);
Last updated
Was this helpful?